From 904a86fa92f1577414f2fce2bdbfe21e12381106 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Thu, 1 Feb 2024 10:39:53 +0100 Subject: Calculate drift percentages and PECsw using the Rautmann formula --- R/drift_parameters_focus.R | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'R/drift_parameters_focus.R') diff --git a/R/drift_parameters_focus.R b/R/drift_parameters_focus.R index 6a456c6..c5e5661 100644 --- a/R/drift_parameters_focus.R +++ b/R/drift_parameters_focus.R @@ -4,6 +4,11 @@ #' using the R code given in the file `data_generation/drift_parameters_focus.R` #' installed with this package. The appendix itself is not included in the package, #' as its licence is not clear. +#' +#' For the hinge distance, `Inf` was substituted for the cases where no hinge +#' distance is given in the data, in this way parameters C and D are never +#' used for any distance if A and B are used for the case that the distance +#' is smaller than the hinge distance. #' #' @name drift_parameters_focus #' @docType data @@ -23,4 +28,5 @@ #' @keywords datasets #' @examples #' drift_parameters_focus +#' unique(drift_parameters_focus$crop_group) "drift_parameters_focus" -- cgit v1.2.1