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 --- docs/reference/drift_parameters_focus.html | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) (limited to 'docs/reference/drift_parameters_focus.html') diff --git a/docs/reference/drift_parameters_focus.html b/docs/reference/drift_parameters_focus.html index 4c7539a..c3f6386 100644 --- a/docs/reference/drift_parameters_focus.html +++ b/docs/reference/drift_parameters_focus.html @@ -63,6 +63,13 @@ as its licence is not clear.

Format

A tibble::tibble.

+
+
+

Details

+

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.

References

@@ -84,17 +91,20 @@ Bundesanst. Land- Forstwirtsch. 383, 133-141

#> # A tibble: 49 × 8 #> crop_group n_apps percentile A B C D hinge #> <chr> <int> <int> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 arable 1 90 2.76 -0.978 NA NA NA -#> 2 arable 2 82 2.44 -1.01 NA NA NA -#> 3 arable 3 77 2.02 -0.996 NA NA NA -#> 4 arable 4 74 1.86 -0.986 NA NA NA -#> 5 arable 5 72 1.79 -0.994 NA NA NA -#> 6 arable 6 70 1.63 -0.986 NA NA NA -#> 7 arable 7 69 1.58 -0.981 NA NA NA -#> 8 arable 8 67 1.51 -0.983 NA NA NA +#> 1 arable 1 90 2.76 -0.978 NA NA Inf +#> 2 arable 2 82 2.44 -1.01 NA NA Inf +#> 3 arable 3 77 2.02 -0.996 NA NA Inf +#> 4 arable 4 74 1.86 -0.986 NA NA Inf +#> 5 arable 5 72 1.79 -0.994 NA NA Inf +#> 6 arable 6 70 1.63 -0.986 NA NA Inf +#> 7 arable 7 69 1.58 -0.981 NA NA Inf +#> 8 arable 8 67 1.51 -0.983 NA NA Inf #> 9 hops 1 90 58.2 -1.00 8655. -2.84 15.3 #> 10 hops 2 82 66.2 -1.20 5555. -2.82 15.3 #> # ℹ 39 more rows +unique(drift_parameters_focus$crop_group) +#> [1] "arable" "hops" "vines, late" "vines, early" "fruit, late" +#> [6] "fruit, early" "aerial"