Learn R Programming

EnviroPRA2 (version 1.0.1)

HI: Hazard Index

Description

Returns the Hazard Index (non carcinogenic effects)

Usage

HI(I, RFD)

Value

Hazard Index [-] - Object class "numeric"

Arguments

I

Intake Rate [mg/Kg*day]

RFD

Reference dose [mg/Kg*day]

Author

F. Barrio-Parra

Examples

Run this code

# Assessing if there is systemic risk for an adult receptor that drinks water with 1000 ug/L 
# of hexaclorobence (Reference Dose (IRIS data base) = 8e-04 [mg/Kg*day]) in a residencial 
# scenario (default EPA Maximum Reasonable Exposure parameters)


HI (I = DWIR( CW=1, AT=24*365), RFD = 8e-04) 

Run the code above in your browser using DataLab