aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/read.TOXSWA_cwa.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2016-02-04 17:45:02 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2016-02-04 17:45:02 +0100
commit98a706373107188496a1df295697e739e51d6b06 (patch)
tree84503adba976775559eea20e5c20c9ea5b9c42cd /pkg/man/read.TOXSWA_cwa.Rd
parent057ba40426d49e09c06db26fb7d4072741b4cb8d (diff)
Improve reading spead for new TOXSWA format
Diffstat (limited to 'pkg/man/read.TOXSWA_cwa.Rd')
-rw-r--r--pkg/man/read.TOXSWA_cwa.Rd9
1 files changed, 7 insertions, 2 deletions
diff --git a/pkg/man/read.TOXSWA_cwa.Rd b/pkg/man/read.TOXSWA_cwa.Rd
index acc384c..44a7542 100644
--- a/pkg/man/read.TOXSWA_cwa.Rd
+++ b/pkg/man/read.TOXSWA_cwa.Rd
@@ -5,10 +5,11 @@
\title{Read TOXSWA surface water concentrations}
\usage{
read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last",
- windows = NULL, thresholds = NULL)
+ total = FALSE, windows = NULL, thresholds = NULL)
}
\arguments{
-\item{filename}{The filename of the cwa file.}
+\item{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).}
\item{basedir}{The path to the directory where the cwa file resides.}
@@ -17,6 +18,10 @@ read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last",
\item{segment}{The segment for which the data should be read. Either "last", or
the segment number.}
+\item{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.}
+
\item{windows}{Numeric vector of width of moving windows in days, for calculating
maximum time weighted average concentrations and areas under the curve.}

Contact - Imprint