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/read.TOXSWA_cwa.html | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'docs/reference/read.TOXSWA_cwa.html') diff --git a/docs/reference/read.TOXSWA_cwa.html b/docs/reference/read.TOXSWA_cwa.html index df84634..9c5c2a0 100644 --- a/docs/reference/read.TOXSWA_cwa.html +++ b/docs/reference/read.TOXSWA_cwa.html @@ -8,11 +8,13 @@ Read TOXSWA surface water concentrations — read.TOXSWA_cwa • pfm + + @@ -32,8 +34,8 @@ - + + @@ -87,7 +90,6 @@ renamed to ConLiqWatLay in the out file." /> Reference - @@ -109,20 +111,25 @@ renamed to ConLiqWatLay in the out file." />
-

Read TOXSWA hourly concentrations of a chemical substance in a specific segment of a TOXSWA surface water body. Per default, the data for the last segment are imported. As TOXSWA 4 reports the values at the end of the hour (ConLiqWatLayCur) in its summary file, we use this value as well instead of the hourly averages (ConLiqWatLay). In TOXSWA 5.5.3 this variable was renamed to ConLiqWatLay in the out file.

-
-
read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL,
-  segment = "last", substance = "parent", total = FALSE,
-  windows = NULL, thresholds = NULL)
- +
read.TOXSWA_cwa(
+  filename,
+  basedir = ".",
+  zipfile = NULL,
+  segment = "last",
+  substance = "parent",
+  total = FALSE,
+  windows = NULL,
+  thresholds = NULL
+)
+

Arguments

@@ -167,12 +174,11 @@ maximum time weighted average concentrations and areas under the curve.

generating event statistics.

- +

Value

An instance of an R6 object of class TOXSWA_cwa.

-

Examples

H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa", @@ -184,9 +190,7 @@ generating event statistics.

Contents

-- cgit v1.2.1