From 36036b5901223591e7e21e8b73d8cd1fb034f4cb Mon Sep 17 00:00:00 2001
From: Johannes Ranke read.TOXSWA_cwa
.
TOXSWA_cwa
+ TOXSWA_cwa
-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