aboutsummaryrefslogtreecommitdiff
path: root/man/set_nd_nq.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/set_nd_nq.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/set_nd_nq.Rd')
-rw-r--r--man/set_nd_nq.Rd10
1 files changed, 8 insertions, 2 deletions
diff --git a/man/set_nd_nq.Rd b/man/set_nd_nq.Rd
index 47b7e33..7135d0d 100644
--- a/man/set_nd_nq.Rd
+++ b/man/set_nd_nq.Rd
@@ -7,8 +7,14 @@
\usage{
set_nd_nq(res_raw, lod, loq = NA, time_zero_presence = FALSE)
-set_nd_nq_focus(res_raw, lod, loq = NA, set_first_sample_nd = TRUE,
- first_sample_nd_value = 0, ignore_below_loq_after_first_nd = TRUE)
+set_nd_nq_focus(
+ res_raw,
+ lod,
+ loq = NA,
+ set_first_sample_nd = TRUE,
+ first_sample_nd_value = 0,
+ ignore_below_loq_after_first_nd = TRUE
+)
}
\arguments{
\item{res_raw}{Character vector of a residue time series, or matrix of

Contact - Imprint