From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- docs/reference/read.TOXSWA_cwa.html | 71 +++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 26 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 3afec9c..30e29cd 100644 --- a/docs/reference/read.TOXSWA_cwa.html +++ b/docs/reference/read.TOXSWA_cwa.html @@ -25,12 +25,14 @@ - + + + @@ -77,37 +79,54 @@ segment are imported. As TOXSWA 4 reports the values at the end of the hour of the hourly averages (ConLiqWatLay).

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

Arguments

-
-
filename
-
The filename of the cwa file (TOXSWA 2.x.y or similar) or the -out file (FOCUS TOXSWA 4, i.e. TOXSWA 4.4.2 or similar).
-
basedir
-
The path to the directory where the cwa file resides.
-
zipfile
-
Optional path to a zip file containing the cwa file.
-
segment
-
The segment for which the data should be read. Either "last", or -the segment number.
-
substance
-
For TOXSWA 4 .out files, the default value "parent" leads + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
filename

The filename of the cwa file (TOXSWA 2.x.y or similar) or the +out file (FOCUS TOXSWA 4, i.e. TOXSWA 4.4.2 or similar).

basedir

The path to the directory where the cwa file resides.

zipfile

Optional path to a zip file containing the cwa file.

segment

The segment for which the data should be read. Either "last", or +the segment number.

substance

For TOXSWA 4 .out files, the default value "parent" leads to reading concentrations of the parent compound. Alternatively, the substance -of interested can be selected by its code name. -

total
-
Set this to TRUE in order to read total concentrations as well. This is +of interested can be selected by its code name.

total

Set this to TRUE in order to read total concentrations as well. This is only necessary for .out files as generated by TOXSWA 4.4.2 or similar, not for .cwa -files. For .cwa files, the total concentration is always read as well. -

windows
-
Numeric vector of width of moving windows in days, for calculating -maximum time weighted average concentrations and areas under the curve.
-
thresholds
-
Numeric vector of threshold concentrations in µg/L for -generating event statistics.
- +files. For .cwa files, the total concentration is always read as well.

windows

Numeric vector of width of moving windows in days, for calculating +maximum time weighted average concentrations and areas under the curve.

thresholds

Numeric vector of threshold concentrations in µg/L for +generating event statistics.

Value

-- cgit v1.2.1