From 82c80bc57d288469c7be6932b40755a78d3cb56d Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 1 Feb 2024 11:25:16 +0100 Subject: Improve docs --- man/PEC_sw_drift.Rd | 3 +++ man/drift_parameters_focus.Rd | 3 +++ man/drift_percentages_rautmann_formula.Rd | 5 +++++ 3 files changed, 11 insertions(+) (limited to 'man') diff --git a/man/PEC_sw_drift.Rd b/man/PEC_sw_drift.Rd index 47a1e41..fd88fc8 100644 --- a/man/PEC_sw_drift.Rd +++ b/man/PEC_sw_drift.Rd @@ -67,6 +67,9 @@ PEC_sw_drift(100, distances = c(1, 3, 5, 6, 10, 20, 50, 100), drift_data = "RF", # Using custom drift percentages is also supported PEC_sw_drift(100, drift_percentages = c(2.77, 0.95, 0.57, 0.48, 0.29, 0.15, 0.06, 0.03)) } +\seealso{ +\link{drift_parameters_focus}, \link{drift_percentages_rautmann_formula} +} \author{ Johannes Ranke } diff --git a/man/drift_parameters_focus.Rd b/man/drift_parameters_focus.Rd index 61447ad..0320f7f 100644 --- a/man/drift_parameters_focus.Rd +++ b/man/drift_parameters_focus.Rd @@ -40,4 +40,7 @@ Rautmann, D., Streloke, M and Winkler, R (2001) New basic drift values in the authorization procedure for plant protection products Mitt. Biol. Bundesanst. Land- Forstwirtsch. 383, 133-141 } +\seealso{ +\link{drift_percentages_rautmann_formula}, \link{PEC_sw_drift} +} \keyword{datasets} diff --git a/man/drift_percentages_rautmann_formula.Rd b/man/drift_percentages_rautmann_formula.Rd index 6823a49..eaf5c51 100644 --- a/man/drift_percentages_rautmann_formula.Rd +++ b/man/drift_percentages_rautmann_formula.Rd @@ -22,6 +22,8 @@ drift_percentages_rautmann_formula( Calculate the drift percentages according to the Rautmann formula } \examples{ +# 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)) @@ -31,3 +33,6 @@ drift_percentages_rautmann_formula(c(3, 5, 20, 50), crop_group = "fruit, early") drift_data_JKI[[1]][as.character(c(3, 5, 20, 50)), "Obstbau spaet"] drift_percentages_rautmann_formula(c(3, 5, 20, 50), crop_group = "fruit, late") } +\seealso{ +\link{drift_parameters_focus}, \link{PEC_sw_drift} +} -- cgit v1.2.1