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.one_box.html | 63 ++++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 22 deletions(-) (limited to 'docs/reference/plot.one_box.html') diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html index 4c3cb82..0a876e3 100644 --- a/docs/reference/plot.one_box.html +++ b/docs/reference/plot.one_box.html @@ -25,12 +25,14 @@ - + + + @@ -73,32 +75,49 @@

Plot time series of decline data

-
# S3 method for one_box
+    
# S3 method for one_box
 plot(x, xlim = range(time(x)), ylim = c(0, max(x)),
   xlab = "Time", ylab = "Residue", max_twa = NULL,
   max_twa_var = dimnames(x)[[2]][1], ...)

Arguments

-
-
x
-
The object of type one_box to be plotted
-
xlim
-
Limits for the x axis
-
ylim
-
Limits for the y axis
-
xlab
-
Label for the x axis
-
ylab
-
Label for the y axis
-
max_twa
-
If a numeric value is given, the maximum time weighted -average concentration(s) is/are shown in the graph.
-
max_twa_var
-
Variable for which the maximum time weighted average should -be shown if max_twa is not NULL.
-
...
-
Further arguments passed to methods
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
x

The object of type one_box to be plotted

xlim

Limits for the x axis

ylim

Limits for the y axis

xlab

Label for the x axis

ylab

Label for the y axis

max_twa

If a numeric value is given, the maximum time weighted +average concentration(s) is/are shown in the graph.

max_twa_var

Variable for which the maximum time weighted average should +be shown if max_twa is not NULL.

...

Further arguments passed to methods

See also

-- cgit v1.2.1