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 --- docs/reference/PEC_sw_drainage_UK.html | 226 ++++++++++++--------------------- 1 file changed, 80 insertions(+), 146 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..b0be7f3 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -1,65 +1,13 @@ - - - - - - - -Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Calculate initial predicted environmental concentrations in surface water due to drainage using the UK method — PEC_sw_drainage_UK • pfm - - - - + + -
-
- -
- -
+
-
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

+
+
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

+
+ - +

Author

Johannes Ranke

+
+ +
+

Examples

+
PEC_sw_drainage_UK(150, Koc = 100)
+#> [1] 8.076923
+
+
+
-
- - + + -- cgit v1.2.1