diff options
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/NAMESPACE | 1 | ||||
-rw-r--r-- | pkg/R/PEC_soil.R | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE index c59559b..572ec80 100644 --- a/pkg/NAMESPACE +++ b/pkg/NAMESPACE @@ -24,5 +24,6 @@ import(chents) import(graphics) import(mkin) importFrom(R6,R6Class) +importFrom(methods,is) importFrom(readr,fwf_empty) importFrom(readr,read_fwf) diff --git a/pkg/R/PEC_soil.R b/pkg/R/PEC_soil.R index 27fac52..0263e47 100644 --- a/pkg/R/PEC_soil.R +++ b/pkg/R/PEC_soil.R @@ -38,6 +38,7 @@ if(getRversion() >= '2.15.1') utils::globalVariables(c("destination", "study_typ #' e.g. in the EFSA scenarios, the DT50 for groundwater modelling #' (destination 'PECgw') is taken from the chent object, otherwise the DT50 #' with destination 'PECsoil'. +#' @importFrom methods is #' @param rate Application rate in units specified below #' @param rate_units Defaults to g/ha #' @param interception The fraction of the application rate that does not reach the soil |