aboutsummaryrefslogtreecommitdiff
path: root/man/plot.TOXSWA_cwa.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-04-16 18:02:18 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2020-04-16 18:02:18 +0200
commitd81550d0cccae824cc748de48e7fd50ea8d8033a (patch)
treecb95252ff725b5dcd0237bb8f74fdac4a3e08d15 /man/plot.TOXSWA_cwa.Rd
parent4bc95b3e4aae22e4052e0a4c905a9227c909e2cd (diff)
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.
Diffstat (limited to 'man/plot.TOXSWA_cwa.Rd')
-rw-r--r--man/plot.TOXSWA_cwa.Rd16
1 files changed, 12 insertions, 4 deletions
diff --git a/man/plot.TOXSWA_cwa.Rd b/man/plot.TOXSWA_cwa.Rd
index f06d3c7..7eeb3fc 100644
--- a/man/plot.TOXSWA_cwa.Rd
+++ b/man/plot.TOXSWA_cwa.Rd
@@ -4,10 +4,18 @@
\alias{plot.TOXSWA_cwa}
\title{Plot TOXSWA surface water concentrations}
\usage{
-\method{plot}{TOXSWA_cwa}(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", ...)
+\method{plot}{TOXSWA_cwa}(
+ 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{
\item{x}{The TOXSWA_cwa object to be plotted.}

Contact - Imprint