From b935273d651301b271e0cb66bf36c2bbc1d15b32 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 01:40:24 +0100 Subject: Separate out PELMO utilities into rPELMO --- man/PEC_soil.Rd | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'man/PEC_soil.Rd') diff --git a/man/PEC_soil.Rd b/man/PEC_soil.Rd index e85f33c..a9e6c49 100644 --- a/man/PEC_soil.Rd +++ b/man/PEC_soil.Rd @@ -4,13 +4,14 @@ \alias{PEC_soil} \title{Calculate predicted environmental concentrations in soil} \usage{ -PEC_soil(rate, rate_units = "g/ha", interception = 0, mixing_depth = 5, - PEC_units = "mg/kg", PEC_pw_units = "mg/L", interval = NA, - n_periods = Inf, tillage_depth = 20, leaching_depth = tillage_depth, - crop = "annual", cultivation = FALSE, chent = NA, DT50 = NA, - FOMC = NA, Koc = NA, Kom = Koc/1.724, t_avg = 0, - scenarios = c("default", "EFSA_2017", "EFSA_2015"), leaching = scenarios - == "EFSA_2017", porewater = FALSE) +PEC_soil(rate, rate_units = "g/ha", interception = 0, + mixing_depth = 5, PEC_units = "mg/kg", PEC_pw_units = "mg/L", + interval = NA, n_periods = Inf, tillage_depth = 20, + leaching_depth = tillage_depth, crop = "annual", + cultivation = FALSE, chent = NA, DT50 = NA, FOMC = NA, + Koc = NA, Kom = Koc/1.724, t_avg = 0, t_act = NULL, + scenarios = c("default", "EFSA_2017", "EFSA_2015"), + leaching = scenarios == "EFSA_2017", porewater = FALSE) } \arguments{ \item{rate}{Application rate in units specified below} @@ -65,6 +66,8 @@ as Kom here} \item{t_avg}{Averaging times for time weighted average concentrations} +\item{t_act}{Time series for actual concentrations} + \item{scenarios}{If this is 'default', the DT50 will be used without correction and soil properties as specified in the REACH guidance (R.16, Table R.16-9) are used for porewater PEC calculations. If this is "EFSA_2015", -- cgit v1.2.1