min.air.volume: Calculate minimum air sampling volume

View source: R/rEHS.R

min.air.volumeR Documentation

Calculate minimum air sampling volume

Usage

min.air.volume(limit.of.quantification.mg, contaminant.target.concentration.mgm3)

Arguments

limit.of.quantification.mg

the smallest amount or the lowest concentration of a substance that is possible to be determined by means of a given analytical procedure with the established accuracy, precision, and uncertainty

contaminant.target.concentration.mgm3

an estimate of the airborne concentrations of the contaminant being tested.

Examples

## min.air.volume(0.0027, 500)
## a 0.0027 mg/m3 limit of quantification (concentration) exists for acetone
## we are interested in a target concentration of 500 mg/m3
"Minimum air volume required: 0.0054 liters"

nadlerphd/rEHS documentation built on Feb. 3, 2025, 4:48 p.m.