powered by
Estimates the Intake rate by inhalation of airborne chemicals (vapor phase) [mg/Kg*day]
AIRboot(n, CA, IR, ET, EF, ED, BW, AT)
Intake rate by inhalation of airborne chemicals (vapor phase) I [mg/Kg*day] - Object class "numeric"
Output vector length
Chemical concentrtion in air [mg/m^3]
Inhalation Rate [m^3/hour]
Exposure time [hours/day]
Exposure frequency [day/yr]
Exposure duration [yr]
Body weight [Kg]
Averaging time [day] (Note that for No carcinogenic effects AT should be equal to 365*ED)
F. Barrio-Parra
# Carcinogenic effects c <- rnorm( n= 10, mean = 0.2, sd = 0.05 ) b <- rnorm( n= 100, mean = 20, sd = 5 ) AIRboot (n = 1000, CA=c, IR=25, ET = 24, EF = 300, ED = 24, BW = b)
Run the code above in your browser using DataLab