diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-07-30 11:06:53 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-07-30 11:06:53 +0200 |
commit | b8f953d04e4094c79b4f860d99f3c1466ed3ad6a (patch) | |
tree | 9b54d320bd2c6604aa38b2044c3aad2a27c63d50 /pkg/R | |
parent | 1ceb226d999d56276c9e361f359368287a0749c4 (diff) |
Import 'is' from methods
Diffstat (limited to 'pkg/R')
-rw-r--r-- | pkg/R/PEC_soil.R | 1 |
1 files changed, 1 insertions, 0 deletions
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 |