HIdermal {EnviroPRA2} | R Documentation |
Hazard Index for dermal contact
Description
Returns the Hazard Index for dermal exposure with chemicals (non carcinogenic effects)
Usage
HIdermal(AD, RFD, GI)
Arguments
AD |
Absorbed dose [mg/Kg*day] |
RFD |
Reference dose [mg/Kg*day] |
GI |
Gastrointestinal Absorption factor (chemical specific) [-] |
Value
Hazard Index [-] - Object class "numeric"
Author(s)
F. Barrio-Parra
Examples
# Assess if there is non-carcinogenic risk for an dadult thorug dermal
# contact exposed to a soil that contains 45 mg/Kg of As in a residencial
# scenario (default EPA Maximum Reasonable Exposure parameters)
RfDAs = 3e-04
# Dermal Absorption Factor
ABSAs = 3e-02
# Gastrointestinal Absorption Factor
GIAs = 1
I = AD (CS = 45,ABS = ABSAs, AT= 24*365)
HIdermal (AD = I, RFD = RfDAs, GI = GIAs)
[Package EnviroPRA2 version 1.0.1 Index]