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.TOXSWA_cwa.html | 138 ++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 docs/reference/plot.TOXSWA_cwa.html (limited to 'docs/reference/plot.TOXSWA_cwa.html') diff --git a/docs/reference/plot.TOXSWA_cwa.html b/docs/reference/plot.TOXSWA_cwa.html new file mode 100644 index 0000000..7cbe238 --- /dev/null +++ b/docs/reference/plot.TOXSWA_cwa.html @@ -0,0 +1,138 @@ + + + + + + + + +Plot TOXSWA surface water concentrations — plot.TOXSWA_cwa • pfm + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+ +
+
+ + + +

Plot TOXSWA hourly concentrations of a chemical substance in a specific +segment of a TOXSWA surface water body.

+ + +
# 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
+
+ + +

Examples

+
H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa", + basedir = "SwashProjects/project_H_sw/TOXSWA", + zipfile = system.file("testdata/SwashProjects.zip", + package = "pfm")) +plot(H_sw_D4_pond)
+
+ +
+ + +
+ + + -- cgit v1.2.1