R/PEC_sw_exposit_runoff.R
perc_runoff_reduction_exposit.Rd
A table of the runoff reduction percentages used in Exposit 3 for different vegetated buffer widths
perc_runoff_reduction_exposit
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.
The reduction percentage for the dissolved phase
The reduction percentage for the particulate phase
Excel 3.02 spreadsheet available from https://www.bvl.bund.de/EN/04_PlantProtectionProducts/03_Applicants/04_AuthorisationProcedure/08_Environment/ppp_environment_node.html
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 #> #> $`2.0` #> dissolved bound #> No buffer 0.0 0.0 #> 20 m 97.5 97.5 #>