diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-23 16:18:24 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-10-23 16:18:24 +0200 |
commit | 00e177fdf6929058fd26c3086ae159462ae0a456 (patch) | |
tree | 62f0b6c8f4de03fdc956383f8f4a3eb47c3f7ea2 /R | |
parent | a23fdf1152744341bd73f22f9b86951987125e6d (diff) |
Fix static docs for set_nd_nq
Diffstat (limited to 'R')
-rw-r--r-- | R/set_nd_nq.R | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/R/set_nd_nq.R b/R/set_nd_nq.R index a372879..37b9a89 100644 --- a/R/set_nd_nq.R +++ b/R/set_nd_nq.R @@ -1,11 +1,11 @@ #' Set non-detects and unquantified values in residue series without replicates - +#' #' This function automates replacing unquantified values in residue time and #' depth series. For time series, the function performs part of the residue #' processing proposed in the FOCUS kinetics guidance for parent compounds #' and metabolites. For two-dimensional residue series over time and depth, #' it automates the proposal of Boesten et al (2015). - +#' #' @param res_raw Character vector of a residue time series, or matrix of #' residue values with rows representing depth profiles for a specific sampling #' time, and columns representing time series of residues at the same depth. |