From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/set_nd_nq.html | 202 ++++++++++++++++++------------------------ 1 file changed, 84 insertions(+), 118 deletions(-) (limited to 'docs/reference/set_nd_nq.html') diff --git a/docs/reference/set_nd_nq.html b/docs/reference/set_nd_nq.html index 249a7600..a2063d05 100644 --- a/docs/reference/set_nd_nq.html +++ b/docs/reference/set_nd_nq.html @@ -1,118 +1,87 @@ -Set non-detects and unquantified values in residue series without replicates — set_nd_nq • mkinSet non-detects and unquantified values in residue series without replicates — set_nd_nq • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

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 @@ -120,7 +89,8 @@ and metabolites. For two-dimensional residue series over time and depth, it automates the proposal of Boesten et al (2015).

-
+
+

Usage

set_nd_nq(res_raw, lod, loq = NA, time_zero_presence = FALSE)
 
 set_nd_nq_focus(
@@ -133,8 +103,8 @@ it automates the proposal of Boesten et al (2015).

)
-
-

Arguments

+
+

Arguments

res_raw

Character vector of a residue time series, or matrix of residue values with rows representing depth profiles for a specific sampling @@ -174,19 +144,19 @@ in case it is a non-detection?

non-detection that occurs after the quantified values?

-
-

Value

+
+

Value

A numeric vector, if a vector was supplied, or a numeric matrix otherwise

-
-

Functions

+
+

Functions

  • set_nd_nq_focus(): Set non-detects in residue time series according to FOCUS rules

-
-

References

+
+

References

Boesten, J. J. T. I., van der Linden, A. M. A., Beltman, W. H. J. and Pol, J. W. (2015). Leaching of plant protection products and their transformation products; Proposals for improving the assessment of leaching @@ -197,8 +167,8 @@ Kinetics from Environmental Fate Studies on Pesticides in EU Registration, Versi 18 December 2014, p. 251

-
-

Examples

+
+

Examples

# FOCUS (2014) p. 75/76 and 131/132
 parent_1 <- c(.12, .09, .05, .03, "nd", "nd", "nd", "nd", "nd", "nd")
 set_nd_nq(parent_1, 0.02)
@@ -255,26 +225,22 @@ Kinetics from Environmental Fate Studies on Pesticides in EU Registration, Versi
 #> [7,]    NA    NA    NA   NA   NA   NA
 
-
- -
+
-
- -- cgit v1.2.1