From d66bd4aa0bf9c4d9b8793a4e308c9e80691b440f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:40:01 +0100 Subject: Enable links to source, upgrade to bootstrap 5 --- docs/reference/PEC_sw_drainage_UK.html | 263 +++++++++++++-------------------- 1 file changed, 99 insertions(+), 164 deletions(-) (limited to 'docs/reference/PEC_sw_drainage_UK.html') diff --git a/docs/reference/PEC_sw_drainage_UK.html b/docs/reference/PEC_sw_drainage_UK.html index bdcf5af..8e649b9 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -1,207 +1,142 @@ - - - - - - +Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK • pfm + Skip to contents + -Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK • pfm +
+
+
- - +
+

This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet +published on the CRC website

+
- - - +
+

Usage

+
PEC_sw_drainage_UK(
+  rate,
+  interception = 0,
+  Koc,
+  latest_application = NULL,
+  soil_DT50 = NULL,
+  model = NULL,
+  model_parms = NULL
+)
+
- - - +
+

Arguments

+
rate
+

Application rate in g/ha

+
interception
+

The fraction of the application rate that does not reach the soil

- - - +
Koc
+

The sorption coefficient normalised to organic carbon in L/kg

+
latest_application
+

Latest application date, formatted as e.g. "01 July"

- - - +
soil_DT50
+

Soil degradation half-life, if SFO kinetics are to be used

- - - - - - - -
-
- +
model
+

The soil degradation model to be used. Either one of "FOMC", +"DFOP", "HS", or "IORE", or an mkinmod object

- -
+
model_parms
+

A named numeric vector containing the model parameters

-
-
-
+
+

Value

- -
-
-

This implements the method specified in the UK data requirements handbook and was checked against the spreadsheet -published on the CRC website

+

The predicted concentration in surface water in µg/L

- -
PEC_sw_drainage_UK(
-  rate,
-  interception = 0,
-  Koc,
-  latest_application = NULL,
-  soil_DT50 = NULL,
-  model = NULL,
-  model_parms = NULL
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rate

Application rate in g/ha

interception

The fraction of the application rate that does not reach the soil

Koc

The sorption coefficient normalised to organic carbon in L/kg

latest_application

Latest application date, formatted as e.g. "01 July"

soil_DT50

Soil degradation half-life, if SFO kinetics are to be used

model

The soil degradation model to be used. Either one of "FOMC", -"DFOP", "HS", or "IORE", or an mkinmod object

model_parms

A named numeric vector containing the model parameters

- -

Value

- -

The predicted concentration in surface water in µg/L

-

References

- + - +
+

Author

Johannes Ranke

-
-
+
+ +
+

Examples

+
PEC_sw_drainage_UK(150, Koc = 100)
+#> [1] 8.076923
+
+
+ - + - - - + -- cgit v1.2.1 From 4079a2c496aa4e8c6dc2a93afedcbedbf7a852b5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sun, 12 Nov 2023 21:59:34 +0100 Subject: Enable markdown and rebuild docs --- docs/reference/PEC_sw_drainage_UK.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/reference/PEC_sw_drainage_UK.html') diff --git a/docs/reference/PEC_sw_drainage_UK.html b/docs/reference/PEC_sw_drainage_UK.html index 8e649b9..5068319 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -102,12 +102,12 @@ published on the CRC website

Author

-- cgit v1.2.1