aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/PEC_sw_drainage_UK_ini.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-11 17:38:01 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-11 17:38:01 +0200
commit9b8e5cb80ba4a89578d979bee134f8342ca0a527 (patch)
treed887404285141ed23edd2b7b4e4415a1ede89cda /pkg/man/PEC_sw_drainage_UK_ini.Rd
parentdd803b191062925eda830543236836e7822fd884 (diff)
Now we pass R CMD check
Diffstat (limited to 'pkg/man/PEC_sw_drainage_UK_ini.Rd')
-rw-r--r--pkg/man/PEC_sw_drainage_UK_ini.Rd14
1 files changed, 12 insertions, 2 deletions
diff --git a/pkg/man/PEC_sw_drainage_UK_ini.Rd b/pkg/man/PEC_sw_drainage_UK_ini.Rd
index c39a5c9..1b2009d 100644
--- a/pkg/man/PEC_sw_drainage_UK_ini.Rd
+++ b/pkg/man/PEC_sw_drainage_UK_ini.Rd
@@ -5,7 +5,8 @@
\title{Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method}
\usage{
PEC_sw_drainage_UK_ini(rate, interception = 0, Koc,
- latest_application = NULL, soil_DT50 = NULL)
+ latest_application = NULL, soil_DT50 = NULL, model = NULL,
+ model_parms = NULL)
}
\arguments{
\item{rate}{Application rate in g/ha}
@@ -13,6 +14,15 @@ PEC_sw_drainage_UK_ini(rate, interception = 0, Koc,
\item{interception}{The fraction of the application rate that does not reach the soil}
\item{Koc}{The sorption coefficient normalised to organic carbon in L/kg}
+
+\item{latest_application}{Latest application date, formatted as e.g. "01 July"}
+
+\item{soil_DT50}{Soil degradation half-life, if SFO kinetics are to be used}
+
+\item{model}{The degradation model to be used. Either one of "FOMC", "DFOP",
+"HS", or "IORE", or an mkinmod object}
+
+\item{model_parms}{A named numeric vector containing the model parameters}
}
\value{
The predicted concentration in surface water in µg/L
@@ -22,7 +32,7 @@ This implements the method specified in the UK data requirements handbook and wa
published on the CRC website
}
\examples{
-PEC_sw_drainage_UK_ini(100)
+PEC_sw_drainage_UK_ini(150, Koc = 100)
}
\author{
Johannes Ranke

Contact - Imprint