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/DFOP.solution.html | 199 ++++++++++++++++---------------------- 1 file changed, 81 insertions(+), 118 deletions(-) (limited to 'docs/reference/DFOP.solution.html') diff --git a/docs/reference/DFOP.solution.html b/docs/reference/DFOP.solution.html index b526ac9e..62b78f3e 100644 --- a/docs/reference/DFOP.solution.html +++ b/docs/reference/DFOP.solution.html @@ -1,125 +1,92 @@ -Double First-Order in Parallel kinetics — DFOP.solution • mkinDouble First-Order in Parallel kinetics — DFOP.solution • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Function describing decline from a defined starting value using the sum of two exponential decline functions.

-
+
+

Usage

DFOP.solution(t, parent_0, k1, k2, g)
-
-

Arguments

+
+

Arguments

t

Time.

@@ -141,14 +108,14 @@ two exponential decline functions.

kinetic constant.

-
-

Value

+
+

Value

The value of the response variable at time t.

-
-

References

+
+

References

FOCUS (2006) “Guidance Document on Estimating Persistence and Degradation Kinetics from Environmental Fate Studies on Pesticides in EU Registration” Report of the FOCUS Work Group on Degradation Kinetics, @@ -160,8 +127,8 @@ EU Registration” Report of the FOCUS Work Group on Degradation Kinetics, Version 1.1, 18 December 2014 http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

-
-

See also

+
+

See also

Other parent solutions: FOMC.solution(), HS.solution(), @@ -171,34 +138,30 @@ Version 1.1, 18 December 2014 logistic.solution()

-
-

Examples

+
+

Examples


   plot(function(x) DFOP.solution(x, 100, 5, 0.5, 0.3), 0, 4, ylim = c(0,100))
 
 
 
-
- -
+
-
- -- cgit v1.2.1