aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/read.TOXSWA_cwa.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-01-13 12:58:26 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-01-13 12:58:26 +0100
commit4d74570f1ca4a94d894c6c5169684a8246d0a51c (patch)
tree41273d9a5fc3814c7376f4855dd0dafad89bde90 /pkg/man/read.TOXSWA_cwa.Rd
parentee070c11f7c7faff2f573d27cf32aafab78971a8 (diff)
Correctly initialize R6 fields, read from zip files
Diffstat (limited to 'pkg/man/read.TOXSWA_cwa.Rd')
-rw-r--r--pkg/man/read.TOXSWA_cwa.Rd15
1 files changed, 9 insertions, 6 deletions
diff --git a/pkg/man/read.TOXSWA_cwa.Rd b/pkg/man/read.TOXSWA_cwa.Rd
index bb00dcd..ded0a39 100644
--- a/pkg/man/read.TOXSWA_cwa.Rd
+++ b/pkg/man/read.TOXSWA_cwa.Rd
@@ -4,19 +4,21 @@
\alias{read.TOXSWA_cwa}
\title{Read TOXSWA surface water concentrations}
\usage{
-read.TOXSWA_cwa(filename, basedir = ".", segment = "last", windows = c(7,
- 21), thresholds = NULL)
+read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last",
+ windows = NULL, thresholds = NULL)
}
\arguments{
\item{filename}{The filename of the cwa file.}
-\item{basedir}{The full path to the directory where the cwa file resides.}
+\item{basedir}{The path to the directory where the cwa file resides.}
+
+\item{zipfile}{Optional path to a zip file containing the cwa file.}
\item{segment}{The segment for which the data should be read. Either "last", or
the segment number.}
-\item{windows}{Numeric vector of width of moving windows for calculating
-time weighted average concentrations and areas under the curve.}
+\item{windows}{Numeric vector of width of moving windows in days, for calculating
+maximum time weighted average concentrations and areas under the curve.}
\item{thresholds}{Numeric vector of threshold concentrations in µg/L for
generating event statistics.}
@@ -32,7 +34,8 @@ segment are imported.
}
\examples{
H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa",
- system.file("testdata/SwashProjects/project_H_sw/TOXSWA",
+ basedir = "SwashProjects/project_H_sw/TOXSWA",
+ zipfile = system.file("testdata/SwashProjects.zip",
package = "pfm"))
}
\author{

Contact - Imprint