Learn R Programming

EnviroPRA2 (version 1.0.1)

HIdermal: Hazard Index for dermal contact

Description

Returns the Hazard Index for dermal exposure with chemicals (non carcinogenic effects)

Usage

HIdermal(AD, RFD, GI)

Value

Hazard Index [-] - Object class "numeric"

Arguments

AD

Absorbed dose [mg/Kg*day]

RFD

Reference dose [mg/Kg*day]

GI

Gastrointestinal Absorption factor (chemical specific) [-]

Author

F. Barrio-Parra

Examples

Run this code

# 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)

Run the code above in your browser using DataLab