Calculate the phototoxic CWQG for a given P~abs~ and PAH chemical using the PTLM
Source:R/ptlm.R
phototoxic_cwqg.Rd
The phototoxic CWQG is the chronic guideline concentration of a phototoxic PAH based on its narcotic toxicity (narcotic benchmark) and calculations of site-specific or field-level light absorption.
Arguments
- x
light absorption, calculated from
p_abs()
, or atuv_results
data.frame fromtuv()
orget_tuv_results()
.- pah
The PAH of interest, which is used to calculate the narcotic benchmark value.
- narc_bench
(optional) the narcotic toxicity (i.e., in the absence of light) of the PAH in ug/L. If supplied, takes precedence over the PAH lookup.
- time_multiplier
If x is a
tuv_results
data frame, this is the multiplier to get the total exposure time. I.e., if the tuv_results contains 24 hours of data, and you need a 48h exposure, the multiplier would be 2 (this is the default). Ignored ifx
is a numeric value of light absorption.
Details
It is calculated as the phototoxic benchmark concentration (acute, calculated
with phototoxic_benchmark()
divided by an Acute-to-Chronic Ratio (ACR=11.6).
You can either supply a specific PAH, so the narcotic benchmark can be calculated for that chemical, or supply a narcotic benchmark value directly.