RISK {EnviroPRA2}R Documentation

Risk

Description

Returns the Risk estimation (carcinogenic effects)

Usage

RISK(I, SF)

Arguments

I

Intake Rate [mg/Kg*day]

SF

Slope Factor [(mg/Kg*day)^-1] (chemical specific)

Value

Risk [-] - Object class "numeric"

Author(s)

F. Barrio-Parra

Examples

# Assessing if there is carcinogenic risk for an adult receptor that drinks water with 1000 ug/L 
# of hexaclorobence (Oral Slope Factor (IRIS data base) = 1.6 [mg/Kg*day]^-1) in a residencial 
# scenario (default EPA Maximum Reasonable Exposure parameters)


RISK (I = DWIR( CW=1), SF = 1.6) 

[Package EnviroPRA2 version 1.0.1 Index]