diff options
Diffstat (limited to 'R/PEC_sw_exposit.R')
| -rw-r--r-- | R/PEC_sw_exposit.R | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/R/PEC_sw_exposit.R b/R/PEC_sw_exposit.R index 282a1ac..45867c0 100644 --- a/R/PEC_sw_exposit.R +++ b/R/PEC_sw_exposit.R @@ -52,7 +52,8 @@ #' #' @importFrom units as_units set_units drop_units #' @importFrom dplyr across mutate -#' @param rate The application rate in g/ha +#' @param rate Application rate in g/ha or with a compatible unit specified +#' with the units package #' @param interception The fraction intercepted by the crop #' @param Koc The sorption coefficient to soil organic carbon #' @param DT50 The soil half-life in days @@ -69,7 +70,7 @@ #' \describe{ #' \item{perc_runoff}{The runoff percentages for dissolved and bound substance} #' \item{runoff}{A matrix containing dissolved and bound input for the different distances} -#' \item{PEC_sw_runoff}{A matrix containing PEC values for dissolved and bound substance +#' \item{PEC_sw_runoff}{A dataframe containing PEC values for dissolved and bound substance #' for the different distances. If the rate was given in g/ha, the PECsw are in microg/L.} #' } #' @export |
