From d81550d0cccae824cc748de48e7fd50ea8d8033a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Apr 2020 18:02:18 +0200 Subject: Make na.rm = FALSE the default for geomean() This makes more sense and is in line with mean() from base R. Adapt tests and update docs. --- docs/reference/chent_focus_sw.html | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 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 324f2fe..70fd16d 100644 --- a/docs/reference/chent_focus_sw.html +++ b/docs/reference/chent_focus_sw.html @@ -8,11 +8,13 @@ Create a chemical compound object for FOCUS Step 1 calculations — chent_focus_sw • pfm + + @@ -32,13 +34,14 @@ - + + @@ -82,7 +85,6 @@ Reference - @@ -104,15 +106,22 @@
-

Create a chemical compound object for FOCUS Step 1 calculations

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

@@ -159,20 +168,18 @@ in L/kg.

systems

- +

Value

A list with the substance specific properties

- -- cgit v1.2.1