From 803fe13e505960fddccdbd4dcb524715f5eb068d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Sep 2019 18:18:40 +0200 Subject: Add url: tag to _pkgdown.yml, typo, update docs --- docs/reference/plot.TOXSWA_cwa.html | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 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 78a29ae..0a69f2e 100644 --- a/docs/reference/plot.TOXSWA_cwa.html +++ b/docs/reference/plot.TOXSWA_cwa.html @@ -16,13 +16,15 @@ - + + - - + + + @@ -48,6 +50,7 @@ segment of a TOXSWA surface water body." /> + @@ -72,7 +75,7 @@ segment of a TOXSWA surface water body." /> @@ -95,13 +93,14 @@ segment of a TOXSWA surface water body." /> +
@@ -113,7 +112,7 @@ segment of a TOXSWA surface water body.

# S3 method for TOXSWA_cwa
-plot(x, time_column = c("datetime", "t",
+plot(x, time_column = c("datetime", "t",
   "t_firstjan", "t_rel_to_max"), xlab = "default", ylab = "default",
   add = FALSE, threshold_factor = 1000, thin_low = 1,
   total = FALSE, LC_TIME = "C", ...)
@@ -168,12 +167,12 @@ to suspended matter?

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)
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")
+ 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")
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")
+ zipfile = system.file("testdata/SwashProjects.zip", package = "pfm")) +plot(H_sw_R1_stream, time_column = "t_rel_to_max")
+ + + -- cgit v1.2.1