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 --- man/perc_runoff_exposit.Rd | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'man/perc_runoff_exposit.Rd') diff --git a/man/perc_runoff_exposit.Rd b/man/perc_runoff_exposit.Rd index 0bd2827..5b92ab3 100644 --- a/man/perc_runoff_exposit.Rd +++ b/man/perc_runoff_exposit.Rd @@ -1,5 +1,6 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/PEC_sw_exposit_runoff.R +\docType{data} \name{perc_runoff_exposit} \alias{perc_runoff_exposit} \title{Runoff loss percentages as used in Exposit 3} @@ -16,7 +17,10 @@ A data frame with percentage values for the dissolved fraction and the fraction } \source{ Excel 3.02 spreadsheet available from - \url{https://www.bvl.bund.de/EN/04_PlantProtectionProducts/03_Applicants/04_AuthorisationProcedure/08_Environment/ppp_environment_node.html} + \url{https://www.bvl.bund.de/SharedDocs/Downloads/04_Pflanzenschutzmittel/zul_umwelt_exposit.html} +} +\usage{ +perc_runoff_exposit } \description{ A table of the loss percentages used in Exposit 3 for the twelve different Koc classes @@ -24,3 +28,4 @@ A table of the loss percentages used in Exposit 3 for the twelve different Koc c \examples{ print(perc_runoff_exposit) } +\keyword{datasets} -- cgit v1.2.1