diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-29 10:11:27 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-29 10:22:14 +0100 |
commit | ffeec05d913f2e987da362c05df2afc2a8a23965 (patch) | |
tree | 0529da07666fc302be5cad765eb4f9aaa7e64d84 /docs/reference/TOXSWA_cwa.html | |
parent | b9ce44748f2795ae1f35fe5a510e88635f247a7f (diff) |
Documentation fixes and updates
Diffstat (limited to 'docs/reference/TOXSWA_cwa.html')
-rw-r--r-- | docs/reference/TOXSWA_cwa.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/TOXSWA_cwa.html b/docs/reference/TOXSWA_cwa.html index f67df04..f29951b 100644 --- a/docs/reference/TOXSWA_cwa.html +++ b/docs/reference/TOXSWA_cwa.html @@ -92,7 +92,7 @@ Usually, an instance of this class will be generated by <code><a href='read.TOXS <dt><code>cwas</code></dt><dd><p>Dataframe holding the concentrations.</p></dd> <dt><code>events</code></dt><dd><p>List of dataframes holding the event statistics for each threshold.</p></dd> <dt><code>windows</code></dt><dd><p>Matrix of maximum time weighted average concentrations (TWAC_max) -and areas under the curve in /day * h (AUC_max_h) or /day * d (AUC_max_d) +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.</p></dd> </dl> @@ -101,7 +101,7 @@ for the requested moving window sizes in days.</p></dd> <dl class='dl-horizontal'> <dt><code>get_events(threshold, total = FALSE)</code></dt><dd><p>Populate a datataframe with event information for the specified threshold value - in /L. If <code>total = TRUE</code>, the total concentration including the amount + in µg/L. If <code>total = TRUE</code>, the total concentration including the amount adsorbed to suspended matter will be used. The resulting dataframe is stored in the <code>events</code> field of the object.</p></dd> <dt><code>moving_windows(windows, total = FALSE)</code></dt><dd><p>Add to the <code>windows</code> field described above. |