Skip to content

TomWarburtonIA/iaaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iaaR

Description

iaaR (indoor air analysis in R) is just a grouping of different functions that generally littered my R scripts. They have been combined into a package to allow me to help neaten scripts and provide others with the utilities combined herein.

Upon installing this package and attaching, tidyverse will additionally be installed and attached (if not already). This package can be used without tidyverse, but certain functions like confidence_interval work efficiently using pipelines within dplyr, and so to allow for this flexibility tidyverse is installed and attached as standard. This can be opted out of when attaching iaaR.

Example functions

  • Statistical calculations

    • Calculate Modified Z-scores with calculate_mod_z
    • Calculate confidence intervals with confidence_interval
  • Sample analysis

    • Calculate instrument limits (LOD/LOQ) with instrument_limits
    • Detect noise regions with detect_noise (intended for use on chromatographic data to remove peaks, but can also be flipped to isolate peaks)
  • Practical applications

    • Calculate the pressure drop in horizontal or vertical pipes for both turbulent or laminar flow with pressure_drop
    • Convert volumetric flow rate of a fluid in a pipe to mean velocity with f2v

Installation

You can install the development version of this package from GitHub using the devtools package:

Development version

install.packages("remotes")
remotes::install_github("TomWarburtonIA/iaaR")

Help/assistance/bugs

If you spot any bugs or need any help with the functions here, either submit a ticket or email me here.

Releases

No releases published

Languages