diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-22 22:34:30 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-03-22 22:34:30 +0100 |
commit | b17dc3ee5f4fda17fcbc659730cb81e447510121 (patch) | |
tree | 17a7998c86166c950cd7a5cc2ff69b6bb8cd4f84 /man/set_nd_nq.Rd | |
parent | 262d4de5fb2c6e98367793650607b3baa4268fcc (diff) |
Fix typo in mkinerrmin
Thanks to Sebastian Meyer for spotting it.
Diffstat (limited to 'man/set_nd_nq.Rd')
-rw-r--r-- | man/set_nd_nq.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/set_nd_nq.Rd b/man/set_nd_nq.Rd index 87a3fae1..796c27a2 100644 --- a/man/set_nd_nq.Rd +++ b/man/set_nd_nq.Rd @@ -54,9 +54,9 @@ it automates the proposal of Boesten et al (2015). } \section{Functions}{ \itemize{ -\item \code{set_nd_nq_focus()}: Set non-detects in residue time series according to FOCUS rules - +\item \code{set_nd_nq_focus}: Set non-detects in residue time series according to FOCUS rules }} + \examples{ # FOCUS (2014) p. 75/76 and 131/132 parent_1 <- c(.12, .09, .05, .03, "nd", "nd", "nd", "nd", "nd", "nd") |