From a76221d87485029444c8e684022ca606a0c7e68d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jan 2017 22:41:01 +0100 Subject: Update static docs using pkgdown - Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered --- docs/reference/plot.one_box.html | 131 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 docs/reference/plot.one_box.html (limited to 'docs/reference/plot.one_box.html') diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html new file mode 100644 index 0000000..1870a55 --- /dev/null +++ b/docs/reference/plot.one_box.html @@ -0,0 +1,131 @@ + + + + + + + + +Plot time series of decline data — plot.one_box • pfm + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

Plot time series of decline data

+ + +
# S3 method for one_box
+plot(x, xlim = range(time(x)), ylim = c(0, max(x)),
+  xlab = "Time", ylab = "Fraction of initial", 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
+
+ + +

Examples

+
plot(sawtooth(one_box(10), 3, 7), max_twa = 21)
+
+ +
+ + +
+ + + -- cgit v1.2.1