aboutsummaryrefslogtreecommitdiff
path: root/man/read.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/read.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/read.TOXSWA_cwa.Rd')
-rw-r--r--man/read.TOXSWA_cwa.Rd13
1 files changed, 10 insertions, 3 deletions
diff --git a/man/read.TOXSWA_cwa.Rd b/man/read.TOXSWA_cwa.Rd
index ccd403a..b6ee4f6 100644
--- a/man/read.TOXSWA_cwa.Rd
+++ b/man/read.TOXSWA_cwa.Rd
@@ -4,9 +4,16 @@
\alias{read.TOXSWA_cwa}
\title{Read TOXSWA surface water concentrations}
\usage{
-read.TOXSWA_cwa(filename, basedir = ".", zipfile = NULL,
- segment = "last", substance = "parent", total = FALSE,
- windows = NULL, thresholds = NULL)
+read.TOXSWA_cwa(
+ filename,
+ basedir = ".",
+ zipfile = NULL,
+ segment = "last",
+ substance = "parent",
+ total = FALSE,
+ windows = NULL,
+ thresholds = NULL
+)
}
\arguments{
\item{filename}{The filename of the cwa file (TOXSWA 2.x.y or similar) or the

Contact - Imprint