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_exposit.html | 170 ++++++++++---------------------- 1 file changed, 54 insertions(+), 116 deletions(-) (limited to 'docs/reference/perc_runoff_exposit.html') diff --git a/docs/reference/perc_runoff_exposit.html b/docs/reference/perc_runoff_exposit.html index 38c1f70..ca7b25d 100644 --- a/docs/reference/perc_runoff_exposit.html +++ b/docs/reference/perc_runoff_exposit.html @@ -1,67 +1,12 @@ - - - - - - - -Runoff loss percentages as used in Exposit 3 — perc_runoff_exposit • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Runoff loss percentages as used in Exposit 3 — perc_runoff_exposit • pfm - - - - + + -
-
- -
- -
+
+
+
perc_runoff_exposit
+
- -

Format

- +
+

Format

A data frame with percentage values for the dissolved fraction and the fraction - bound to eroding particles, with Koc classes used as row names

-
Koc_lower_bound

The lower bound of the Koc class

-
dissolved

The percentage of the applied substance transferred to an + bound to eroding particles, with Koc classes used as row names

Koc_lower_bound
+

The lower bound of the Koc class

+ +
dissolved
+

The percentage of the applied substance transferred to an adjacent water body in the dissolved phase

-
bound

The percentage of the applied substance transferred to an - adjacent water body bound to eroding particles

- -
-

Source

+
bound
+

The percentage of the applied substance transferred to an + adjacent water body bound to eroding particles

+ +
+
+

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

- -

Examples

-
print(perc_runoff_exposit)
#> Koc_lower_bound dissolved bound -#> 0-20 0 0.110 0.000 -#> >20-50 20 0.151 0.000 -#> >50-100 50 0.197 0.000 -#> >100-200 100 0.248 0.001 -#> >200-500 200 0.224 0.004 -#> >500-1000 500 0.184 0.020 -#> >1000-2000 1000 0.133 0.042 -#> >2000-5000 2000 0.084 0.091 -#> >5000-10000 5000 0.037 0.159 -#> >10000-20000 10000 0.031 0.192 -#> >20000-50000 20000 0.014 0.291 -#> >50000 50000 0.001 0.451
+ https://www.bvl.bund.de/SharedDocs/Downloads/04_Pflanzenschutzmittel/zul_umwelt_exposit.html

+
+ +
+

Examples

+
print(perc_runoff_exposit)
+#>              Koc_lower_bound dissolved bound
+#> 0-20                       0     0.110 0.000
+#> >20-50                    20     0.151 0.000
+#> >50-100                   50     0.197 0.000
+#> >100-200                 100     0.248 0.001
+#> >200-500                 200     0.224 0.004
+#> >500-1000                500     0.184 0.020
+#> >1000-2000              1000     0.133 0.042
+#> >2000-5000              2000     0.084 0.091
+#> >5000-10000             5000     0.037 0.159
+#> >10000-20000           10000     0.031 0.192
+#> >20000-50000           20000     0.014 0.291
+#> >50000                 50000     0.001 0.451
+
+
+
-
- - + + -- cgit v1.2.1