From d81550d0cccae824cc748de48e7fd50ea8d8033a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Apr 2020 18:02:18 +0200 Subject: Make na.rm = FALSE the default for geomean() This makes more sense and is in line with mean() from base R. Adapt tests and update docs. --- docs/reference/plot.TOXSWA_cwa.html | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 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 8ca5b8e..1262c71 100644 --- a/docs/reference/plot.TOXSWA_cwa.html +++ b/docs/reference/plot.TOXSWA_cwa.html @@ -8,11 +8,13 @@ Plot TOXSWA surface water concentrations — plot.TOXSWA_cwa • pfm + + @@ -32,14 +34,15 @@ - + + @@ -83,7 +86,6 @@ segment of a TOXSWA surface water body." /> Reference - @@ -105,18 +107,24 @@ 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", "t_rel_to_max"), xlab = "default", ylab = "default",
-  add = FALSE, threshold_factor = 1000, thin_low = 1,
-  total = FALSE, LC_TIME = "C", ...)
- +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", + ... +) +

Arguments

@@ -162,7 +170,7 @@ to suspended matter?

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", @@ -178,7 +186,6 @@ to suspended matter?

Contents

-- cgit v1.2.1