min.air.volume: Calculate minimum air sampling volume

Usage Arguments Examples

View source: R/rEHS.R

Usage

1
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

1
2
3
4
## 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"

dwnadler/rEHS documentation built on Dec. 20, 2021, 2:16 a.m.