diff options
Diffstat (limited to 'pkg/inst/web/read.TOXSWA_cwa.html')
-rw-r--r-- | pkg/inst/web/read.TOXSWA_cwa.html | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/pkg/inst/web/read.TOXSWA_cwa.html b/pkg/inst/web/read.TOXSWA_cwa.html index 5542fca..3f2d997 100644 --- a/pkg/inst/web/read.TOXSWA_cwa.html +++ b/pkg/inst/web/read.TOXSWA_cwa.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"> -<title>read.TOXSWA_cwa. pfm 0.3-1</title> +<title>read.TOXSWA_cwa. pfm 0.3-7</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="author" content=" Johannes Ranke @@ -34,7 +34,7 @@ Johannes Ranke <div class="navbar"> <div class="navbar-inner"> <div class="container"> - <a class="brand" href="#">pfm 0.3-1</a> + <a class="brand" href="#">pfm 0.3-7</a> <div class="nav"> <ul class="nav"> <li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li> @@ -54,12 +54,13 @@ Johannes Ranke <div class="row"> <div class="span8"> <h2>Usage</h2> - <pre><div>read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last", windows = NULL, thresholds = NULL)</div></pre> + <pre><div>read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL, segment = "last", substance = "parent", total = FALSE, windows = NULL, thresholds = NULL)</div></pre> <h2>Arguments</h2> <dl> <dt>filename</dt> - <dd>The filename of the cwa file.</dd> + <dd>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).</dd> <dt>basedir</dt> <dd>The path to the directory where the cwa file resides.</dd> <dt>zipfile</dt> @@ -67,6 +68,14 @@ Johannes Ranke <dt>segment</dt> <dd>The segment for which the data should be read. Either "last", or the segment number.</dd> + <dt>substance</dt> + <dd>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.</dd> + <dt>total</dt> + <dd>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.</dd> <dt>windows</dt> <dd>Numeric vector of width of moving windows in days, for calculating maximum time weighted average concentrations and areas under the curve.</dd> @@ -90,7 +99,9 @@ An instance of an R6 object of class <p>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.</p> +segment are imported. As TOXSWA 4 reports the values at the end of the hour +(ConLiqWatLayCur) in its summary file, we use this value as well instead +of the hourly averages (ConLiqWatLay).</p> </div> |