aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--R/PEC_sw_exposit_runoff.R4
-rw-r--r--docs/reference/perc_runoff_exposit.html1
-rw-r--r--man/perc_runoff_exposit.Rd6
3 files changed, 2 insertions, 9 deletions
diff --git a/R/PEC_sw_exposit_runoff.R b/R/PEC_sw_exposit_runoff.R
index 87fd88b..f56b8f8 100644
--- a/R/PEC_sw_exposit_runoff.R
+++ b/R/PEC_sw_exposit_runoff.R
@@ -16,9 +16,9 @@
#' @export perc_runoff_exposit
#' @examples
#' print(perc_runoff_exposit)
-Koc_breaks <- c(0, 20, 50, 100, 200, 500, 1000, 2000, 5000, 10000, 20000, 50000, Inf)
+{Koc_breaks <- c(0, 20, 50, 100, 200, 500, 1000, 2000, 5000, 10000, 20000, 50000, Inf)
tmp <- paste(Koc_breaks[1:11], Koc_breaks[2:12], sep = "-")
-Koc_classes <- c(tmp[1], paste0(">", tmp[2:11]), ">50000")
+Koc_classes <- c(tmp[1], paste0(">", tmp[2:11]), ">50000")}
perc_runoff_exposit <- data.frame(
Koc_lower_bound = Koc_breaks[1:12],
dissolved = c(0.11, 0.151, 0.197, 0.248, 0.224, 0.184, 0.133, 0.084, 0.037, 0.031, 0.014, 0.001),
diff --git a/docs/reference/perc_runoff_exposit.html b/docs/reference/perc_runoff_exposit.html
index 1f570ce..6feed2c 100644
--- a/docs/reference/perc_runoff_exposit.html
+++ b/docs/reference/perc_runoff_exposit.html
@@ -75,7 +75,6 @@
<p>A table of the loss percentages used in Exposit 3 for the twelve different Koc classes</p>
- <pre class="usage"><span class='no'>Koc_breaks</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
diff --git a/man/perc_runoff_exposit.Rd b/man/perc_runoff_exposit.Rd
index 70f80c5..4f460e4 100644
--- a/man/perc_runoff_exposit.Rd
+++ b/man/perc_runoff_exposit.Rd
@@ -1,9 +1,7 @@
% 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}
-\alias{Koc_breaks}
\title{Runoff loss percentages as used in Exposit 3}
\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
@@ -17,13 +15,9 @@
Excel 3.01 spreadsheet available from
\url{https://www.bvl.bund.de/DE/04_Pflanzenschutzmittel/03_Antragsteller/04_Zulassungsverfahren/07_Naturhaushalt/psm_naturhaush_node.html#doc1400590bodyText3}
}
-\usage{
-Koc_breaks
-}
\description{
A table of the loss percentages used in Exposit 3 for the twelve different Koc classes
}
\examples{
print(perc_runoff_exposit)
}
-\keyword{datasets}

Contact - Imprint