From 98a706373107188496a1df295697e739e51d6b06 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 4 Feb 2016 17:45:02 +0100 Subject: Improve reading spead for new TOXSWA format --- pkg/man/read.TOXSWA_cwa.Rd | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'pkg/man/read.TOXSWA_cwa.Rd') 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.} -- cgit v1.2.1