diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-29 09:22:42 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-29 09:22:42 +0100 |
commit | b9ce44748f2795ae1f35fe5a510e88635f247a7f (patch) | |
tree | f441a01bff97835ff2d73387797e8eda03c382c5 /R | |
parent | 87d63e649da5e12409c50cb06d3d2a01e9880759 (diff) |
Correction of return value documentation for PEC_sw_exposit_runoff
Rebuild pkgdown documentation
Diffstat (limited to 'R')
-rw-r--r-- | R/PEC_sw_exposit_runoff.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/PEC_sw_exposit_runoff.R b/R/PEC_sw_exposit_runoff.R index 3370088..064b710 100644 --- a/R/PEC_sw_exposit_runoff.R +++ b/R/PEC_sw_exposit_runoff.R @@ -70,7 +70,7 @@ perc_runoff_reduction_exposit <- list( #' @return A list containing the following components #' \describe{ #' \item{perc_runoff}{The runoff percentages for dissolved and bound substance} -#' \item{Input}{A matrix containing dissolved and bound input for the different distances} +#' \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 #' for the different distances. If the rate was given in g/ha, the PECsw are in microg/L.} #' } |