From aed160d7f0eaf5865e2bd9bf6c4b1c9d7b13d911 Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Wed, 31 Jan 2024 13:16:17 +0100 Subject: Reorganise data generation - Use inst/data_generation for R code generating data as in some of my other packages - data/*.RData files were checked using https://github.com/jranke/dotfiles/blob/main/bin/rda_diff contents were not changed - Remove ChangeLog, the history is in the git logs - Update docs and some links contained therein - use \doi{} markup - Move logs to log directory --- docs/reference/perc_runoff_reduction_exposit.html | 190 +++++++--------------- 1 file changed, 62 insertions(+), 128 deletions(-) (limited to 'docs/reference/perc_runoff_reduction_exposit.html') diff --git a/docs/reference/perc_runoff_reduction_exposit.html b/docs/reference/perc_runoff_reduction_exposit.html index dd37f4b..6075ed0 100644 --- a/docs/reference/perc_runoff_reduction_exposit.html +++ b/docs/reference/perc_runoff_reduction_exposit.html @@ -1,67 +1,12 @@ - - - - - - - -Runoff reduction percentages as used in Exposit — perc_runoff_reduction_exposit • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Runoff reduction percentages as used in Exposit — perc_runoff_reduction_exposit • pfm - - - - + + -
-
- -
- -
+
-
perc_runoff_reduction_exposit
- - -

Format

+
+
perc_runoff_reduction_exposit
+
+
+

Format

A named list of data frames with reduction percentage values for the dissolved fraction and the fraction bound to eroding particles, with vegetated buffer widths as row names. The names of the list items are the Exposit versions -from which the values were taken.

-
dissolved

The reduction percentage for the dissolved phase

-
bound

The reduction percentage for the particulate phase

- -
+from which the values were taken.

dissolved
+

The reduction percentage for the dissolved phase

-

Source

+
bound
+

The reduction percentage for the particulate phase

+ +
+
+

Source

Excel 3.02 spreadsheet available from - https://www.bvl.bund.de/EN/04_PlantProtectionProducts/03_Applicants/04_AuthorisationProcedure/08_Environment/ppp_environment_node.html

+ https://www.bvl.bund.de/SharedDocs/Downloads/04_Pflanzenschutzmittel/zul_umwelt_exposit.html

Agroscope version 3.01a with additional runoff factors for 3 m and 6 m buffer zones received from Muris Korkaric (not published). The variant 3.01a2 was introduced for consistency with previous calculations performed by Agroscope for a 3 m buffer zone.

+
-

Examples

-
print(perc_runoff_reduction_exposit) -
#> $`3.02` -#> dissolved bound -#> No buffer 0 0 -#> 5 m 40 40 -#> 10 m 60 85 -#> 20 m 80 95 -#> -#> $`3.01a` -#> dissolved bound -#> No buffer 0 0 -#> 3 m 25 30 -#> 5 m 40 40 -#> 6 m 45 55 -#> 10 m 60 85 -#> 20 m 80 95 -#> -#> $`3.01a2` -#> dissolved bound -#> No buffer 0 0 -#> 3 m 25 25 -#> -#> $`2.0` -#> dissolved bound -#> No buffer 0.0 0.0 -#> 20 m 97.5 97.5 -#>
+
+

Examples

+
print(perc_runoff_reduction_exposit)
+#> $`3.02`
+#>           dissolved bound
+#> No buffer         0     0
+#> 5 m              40    40
+#> 10 m             60    85
+#> 20 m             80    95
+#> 
+#> $`3.01a`
+#>           dissolved bound
+#> No buffer         0     0
+#> 3 m              25    30
+#> 5 m              40    40
+#> 6 m              45    55
+#> 10 m             60    85
+#> 20 m             80    95
+#> 
+#> $`3.01a2`
+#>           dissolved bound
+#> No buffer         0     0
+#> 3 m              25    25
+#> 
+#> $`2.0`
+#>           dissolved bound
+#> No buffer       0.0   0.0
+#> 20 m           97.5  97.5
+#> 
+
+
+
-
- - + + -- cgit v1.2.1