From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 16 May 2017 15:43:50 +0200 Subject: Finish the Step 1 calculator including tests Some cleaning up. PELMO facilities do not currently work at my end, as I have no working wine installation on this computer --- docs/reference/TOXSWA_cwa.html | 44 ++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'docs/reference/TOXSWA_cwa.html') diff --git a/docs/reference/TOXSWA_cwa.html b/docs/reference/TOXSWA_cwa.html index 3f9310a..908f233 100644 --- a/docs/reference/TOXSWA_cwa.html +++ b/docs/reference/TOXSWA_cwa.html @@ -25,12 +25,14 @@ - + + + @@ -74,7 +76,7 @@ Usually, an instance of this class will be generated by read.TOXSWA_cwa.

-
TOXSWA_cwa
+
TOXSWA_cwa

Format

@@ -82,34 +84,30 @@ Usually, an instance of this class will be generated by -
filename
Length one character vector.

-

basedir
Length one character vector.

-

segment
Length one integer, specifying for which segment the cwa data were read.

-

cwas
Dataframe holding the concentrations.

-

events
List of dataframes holding the event statistics for each threshold.

-

windows
Matrix of maximum time weighted average concentrations (TWAC_max) + +
+
filename

Length one character vector.

+
basedir

Length one character vector.

+
segment

Length one integer, specifying for which segment the cwa data were read.

+
cwas

Dataframe holding the concentrations.

+
events

List of dataframes holding the event statistics for each threshold.

+
windows

Matrix of maximum time weighted average concentrations (TWAC_max) and areas under the curve in µg/day * h (AUC_max_h) or µg/day * d (AUC_max_d) -for the requested moving window sizes in days.

-

+for the requested moving window sizes in days.

+

Methods

-

-

-
get_events(threshold, total = FALSE)
- Populate a datataframe with event information for the specified threshold value + +
+
get_events(threshold, total = FALSE)

Populate a datataframe with event information for the specified threshold value in µg/L. If total = TRUE, the total concentration including the amount adsorbed to suspended matter will be used. The resulting dataframe is stored in the - events field of the object. -

-
moving_windows(windows, total = FALSE)
- Add to the windows field described above. + events field of the object.

+
moving_windows(windows, total = FALSE)

Add to the windows field described above. Again, if total = TRUE, the total concentration including the amount - adsorbed to suspended matter will be used. -

-

+ adsorbed to suspended matter will be used.

+

Examples

-- cgit v1.2.1