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/chent_focus_sw.html | 233 +++++++++++++------------------------ 1 file changed, 81 insertions(+), 152 deletions(-) (limited to 'docs/reference/chent_focus_sw.html') diff --git a/docs/reference/chent_focus_sw.html b/docs/reference/chent_focus_sw.html index 70fd16d..13129b8 100644 --- a/docs/reference/chent_focus_sw.html +++ b/docs/reference/chent_focus_sw.html @@ -1,64 +1,12 @@ - - - - - - - -Create a chemical compound object for FOCUS Step 1 calculations — chent_focus_sw • pfm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a chemical compound object for FOCUS Step 1 calculations — chent_focus_sw • pfm - - - - + + -
-
- -
- -
+
-
chent_focus_sw(
-  name,
-  Koc,
-  DT50_ws = NA,
-  DT50_soil = NA,
-  DT50_water = NA,
-  DT50_sediment = NA,
-  cwsat = 1000,
-  mw = NA,
-  max_soil = 1,
-  max_ws = 1
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
name

Length one character vector containing the name

Koc

Partition coefficient between organic carbon and water -in L/kg.

DT50_ws

Half-life in water/sediment systems in days

DT50_soil

Half-life in soil in days

DT50_water

Half-life in water in days (Step 2)

DT50_sediment

Half-life in sediment in days (Step 2)

cwsat

Water solubility in mg/L

mw

Molar weight in g/mol.

max_soil

Maximum observed fraction (dimensionless) in soil

max_ws

Maximum observed fraction (dimensionless) in water/sediment -systems

- -

Value

- -

A list with the substance specific properties

+
+
chent_focus_sw(
+  name,
+  Koc,
+  DT50_ws = NA,
+  DT50_soil = NA,
+  DT50_water = NA,
+  DT50_sediment = NA,
+  cwsat = 1000,
+  mw = NA,
+  max_soil = 1,
+  max_ws = 1
+)
+
+ +
+

Arguments

+
name
+

Length one character vector containing the name

+ + +
Koc
+

Partition coefficient between organic carbon and water +in L/kg.

+ + +
DT50_ws
+

Half-life in water/sediment systems in days

+ + +
DT50_soil
+

Half-life in soil in days

+ + +
DT50_water
+

Half-life in water in days (Step 2)

+ + +
DT50_sediment
+

Half-life in sediment in days (Step 2)

-
- +
+

Value

+ + +

A list with the substance specific properties

+
+
-
- - + + -- cgit v1.2.1