diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-05-19 11:42:28 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-05-19 11:42:28 +0200 |
commit | 728b20dfbcd4b040e33a0a3c3d4c77bd2e7c5ef7 (patch) | |
tree | 435c0a797505ccbf96201b19c1a50d657b30e519 | |
parent | b24f0e8968499af833fff14834f3ed395e5e9f9b (diff) |
Corrected link in docs
-rw-r--r-- | R/PEC_sw_drift.R | 2 | ||||
-rw-r--r-- | man/PEC_sw_drift.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/R/PEC_sw_drift.R b/R/PEC_sw_drift.R index 7028101..5c7fff4 100644 --- a/R/PEC_sw_drift.R +++ b/R/PEC_sw_drift.R @@ -21,7 +21,7 @@ #' either in the original form or integrated over the width of the water body, depending #' on the 'formula' argument. #' @param crop_group_JKI When using the 'JKI' drift data, one of the German names -#' as used in [drift_parameters_focus]. Will only be used if drift_data is 'JKI'. +#' as used in [drift_data_JKI]. Will only be used if drift_data is 'JKI'. #' @param water_depth Depth of the water body in cm #' @param PEC_units Requested units for the calculated PEC. Only µg/L currently supported #' @param water_width Width of the water body in cm diff --git a/man/PEC_sw_drift.Rd b/man/PEC_sw_drift.Rd index 771687e..5f3049a 100644 --- a/man/PEC_sw_drift.Rd +++ b/man/PEC_sw_drift.Rd @@ -39,7 +39,7 @@ either in the original form or integrated over the width of the water body, depe on the 'formula' argument.} \item{crop_group_JKI}{When using the 'JKI' drift data, one of the German names -as used in \link{drift_parameters_focus}. Will only be used if drift_data is 'JKI'.} +as used in \link{drift_data_JKI}. Will only be used if drift_data is 'JKI'.} \item{crop_group_RF}{One of the crop groups as used in \link{drift_parameters_focus}} |