diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 09:00:41 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-11-11 09:00:41 +0100 |
commit | 6681356b8abab27f0735341ed6d3a44e1374e2e5 (patch) | |
tree | c09db8c33a074caa4f938f02cb2c2b0bbf2161f8 /R | |
parent | 3e82035d2753d031401f80833de8939740491bd0 (diff) |
Typo, remove PELMO related suggestions
PELMO related functions are not used in pfm, so apart from advertising,
these suggestions did not do anything.
Diffstat (limited to 'R')
-rw-r--r-- | R/PEC_soil.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/PEC_soil.R b/R/PEC_soil.R index b29ff13..ac551a7 100644 --- a/R/PEC_soil.R +++ b/R/PEC_soil.R @@ -72,7 +72,7 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("destination", "study_typ #' 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", #' the DT50 is taken to be a modelling half-life at 20°C and pF2 (for when -#' 'chents' is specified, the DegT50 with destination 'PECgw' will be used), +#' 'chent' is specified, the DegT50 with destination 'PECgw' will be used), #' and corrected using an Arrhenius activation energy of 65.4 kJ/mol. Also #' model and scenario adjustment factors from the EFSA guidance are used. #' @param leaching Should leaching be taken into account? The default is FALSE, |