aboutsummaryrefslogtreecommitdiff
path: root/R/PEC_sw_exposit_runoff.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2024-04-10 16:32:06 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2024-04-10 16:32:06 +0200
commit9e62ed638e530a5cebebf491de055caca49a56ef (patch)
treeb65c10389b80e69fcbfd36dcbae35c239d06e720 /R/PEC_sw_exposit_runoff.R
parentdd203e9f266e50bb457bc0fc247267115ae941d2 (diff)
Improve docs, fail with erroneus crop_group arguments
PEC_sw_drift: The argument 'crop_group_focus' was renamed to 'crop_group_RF' to make it easier to understand the relation to the 'drift_data' argument.
Diffstat (limited to 'R/PEC_sw_exposit_runoff.R')
-rw-r--r--R/PEC_sw_exposit_runoff.R8
1 files changed, 4 insertions, 4 deletions
diff --git a/R/PEC_sw_exposit_runoff.R b/R/PEC_sw_exposit_runoff.R
index 8b89cd9..877dd92 100644
--- a/R/PEC_sw_exposit_runoff.R
+++ b/R/PEC_sw_exposit_runoff.R
@@ -137,10 +137,10 @@ PEC_sw_exposit_runoff <- function(rate, interception = 0, Koc, DT50 = Inf, t_run
#' @param dilution The dilution factor
#' @return A list containing the following components
#' \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
-#' for the different distances. If the rate was given in g/ha, the PECsw are in microg/L.}
+#' \item{perc_drainage_total}{Gesamtaustrag (total fraction of the residue drained)}
+#' \item{perc_peak}{Stoßbelastung (fraction drained at event)}
+#' \item{PEC_sw_drainage}{A matrix containing PEC values for the spring and autumn
+#' scenarios. If the rate was given in g/ha, the PECsw are in microg/L.}
#' }
#' @export
#' @source Excel 3.02 spreadsheet available from

Contact - Imprint