From 82c80bc57d288469c7be6932b40755a78d3cb56d Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 1 Feb 2024 11:25:16 +0100 Subject: Improve docs --- R/PEC_sw_drift.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'R/PEC_sw_drift.R') diff --git a/R/PEC_sw_drift.R b/R/PEC_sw_drift.R index 1d22e4e..bc25abc 100644 --- a/R/PEC_sw_drift.R +++ b/R/PEC_sw_drift.R @@ -5,6 +5,7 @@ #' with input via spray drift. #' #' @inheritParams drift_percentages_rautmann_formula +#' @seealso [drift_parameters_focus], [drift_percentages_rautmann_formula] #' @param rate Application rate in units specified below #' @param drift_percentages Percentage drift values for which to calculate PECsw. #' 'drift_data' and 'distances' if not NULL. @@ -75,9 +76,11 @@ PEC_sw_drift <- function(rate, #' @param distances The distances in m for which to get PEC values #' @param applications Number of applications for selection of drift percentile #' @param crop_group_focus One of the crop groups as used in [drift_parameters_focus] +#' @seealso [drift_parameters_focus], [PEC_sw_drift] #' @export #' @examples -# # One application on field crops, for 1 m, 3 m and 5 m distance +#' # Compare JKI data with Rautmann formula +#' # One application on field crops, for 1 m, 3 m and 5 m distance #' drift_data_JKI[[1]][as.character(c(1, 3, 5)), "Ackerbau"] #' drift_percentages_rautmann_formula(c(1, 3, 5)) #' -- cgit v1.2.1