From 197606de234a936751ac3c1db2e4feb3fa117a92 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Jun 2018 02:48:44 +0200 Subject: Rebuild docs with pkgdown 1.1.0 --- docs/reference/plot.TOXSWA_cwa.html | 41 +++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 9 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 1ff489a..cf5bdf9 100644 --- a/docs/reference/plot.TOXSWA_cwa.html +++ b/docs/reference/plot.TOXSWA_cwa.html @@ -21,17 +21,23 @@ + + + - - - + + + + + + @@ -54,8 +60,12 @@ segment of a TOXSWA surface water body." /> - pfm + + pfm + 0.4.5 + + @@ -79,16 +95,20 @@ segment of a TOXSWA surface water body." /> -
+
+

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",
@@ -96,7 +116,7 @@ segment of a TOXSWA surface water body.

threshold_factor = 1000, thin_low = 1, total = FALSE, LC_TIME = "C", ...)
-

Arguments

+

Arguments

@@ -147,11 +167,11 @@ to suspended matter?

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)
plot(H_sw_D4_pond, time_column = "t")
plot(H_sw_D4_pond, time_column = "t_firstjan")
plot(H_sw_D4_pond, time_column = "t_rel_to_max")
+plot(H_sw_D4_pond)
plot(H_sw_D4_pond, time_column = "t")
plot(H_sw_D4_pond, time_column = "t_firstjan")
plot(H_sw_D4_pond, time_column = "t_rel_to_max")
H_sw_R1_stream <- read.TOXSWA_cwa("00003s_pa.cwa", basedir = "SwashProjects/project_H_sw/TOXSWA", zipfile = system.file("testdata/SwashProjects.zip", package = "pfm")) -plot(H_sw_R1_stream, time_column = "t_rel_to_max")
+plot(H_sw_R1_stream, time_column="t_rel_to_max")
+ + + -- cgit v1.2.1