From 3a579d87820ccbec514f1be5eb090e874fd87eec Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 22 Dec 2015 19:32:54 +0100 Subject: EFSA 2015 tier 1 PEC soil, clean up, add static docs --- pkg/inst/web/read.TOXSWA_cwa.html | 127 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 pkg/inst/web/read.TOXSWA_cwa.html (limited to 'pkg/inst/web/read.TOXSWA_cwa.html') diff --git a/pkg/inst/web/read.TOXSWA_cwa.html b/pkg/inst/web/read.TOXSWA_cwa.html new file mode 100644 index 0000000..5542fca --- /dev/null +++ b/pkg/inst/web/read.TOXSWA_cwa.html @@ -0,0 +1,127 @@ + + + + +read.TOXSWA_cwa. pfm 0.3-1 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

Read TOXSWA surface water concentrations

+ +
+
+

Usage

+
read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last", windows = NULL, thresholds = NULL)
+ +

Arguments

+
+
filename
+
The filename of the cwa file.
+
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.
+
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

+ +

+An instance of an R6 object of class +TOXSWA_cwa. +

+ +
+ +
+

Description

+ +

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.

+ +
+ +

Examples

+
H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa", + basedir = "SwashProjects/project_H_sw/TOXSWA", + zipfile = system.file("testdata/SwashProjects.zip", + package = "pfm")) +
+
+
+ + + +

Author

+ +Johannes Ranke + + +
+
+ + +
+ + \ No newline at end of file -- cgit v1.2.1