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/plot.TOXSWA_cwa.html | 57 ++++++++++++++++++++++++-------------
1 file changed, 37 insertions(+), 20 deletions(-)
(limited to 'docs/reference/plot.TOXSWA_cwa.html')
diff --git a/docs/reference/plot.TOXSWA_cwa.html b/docs/reference/plot.TOXSWA_cwa.html
index 7cbe238..5375673 100644
--- a/docs/reference/plot.TOXSWA_cwa.html
+++ b/docs/reference/plot.TOXSWA_cwa.html
@@ -25,12 +25,14 @@
-
+
+
+
@@ -74,30 +76,45 @@
segment of a TOXSWA surface water body.
- # S3 method for TOXSWA_cwa
+ # S3 method for TOXSWA_cwa
plot(x, time_column = c("datetime", "t", "t_firstjan",
"t_rel_to_max"), xlab = "default", ylab = "default", add = FALSE,
total = FALSE, LC_TIME = "C", ...)
Arguments
-
- - x
- - The TOXSWA_cwa object to be plotted.
- - time_column
- - What should be used for the time axis. If "t_firstjan" is chosen,
-the time is given in days relative to the first of January in the first year.
- - xlab, ylab
- - Labels for x and y axis.
- - add
- - Should we add to an existing plot?
- - total
- - Should the total concentration in water be plotted, including substance sorbed
-to suspended matter?
- - LC_TIME
- - Specification of the locale used to format dates
- - ...
- - Further arguments passed to
plot
if we are not adding to an existing plot
-
+
+
+
+ x |
+ The TOXSWA_cwa object to be plotted. |
+
+
+ time_column |
+ What should be used for the time axis. If "t_firstjan" is chosen,
+the time is given in days relative to the first of January in the first year. |
+
+
+ xlab, ylab |
+ Labels for x and y axis. |
+
+
+ add |
+ Should we add to an existing plot? |
+
+
+ total |
+ Should the total concentration in water be plotted, including substance sorbed
+to suspended matter? |
+
+
+ LC_TIME |
+ Specification of the locale used to format dates |
+
+
+ ... |
+ Further arguments passed to plot if we are not adding to an existing plot |
+
+
Examples
--
cgit v1.2.1