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/logistic.solution.html | 201 ++++++++++++++-------------------- 1 file changed, 82 insertions(+), 119 deletions(-) (limited to 'docs/reference/logistic.solution.html') diff --git a/docs/reference/logistic.solution.html b/docs/reference/logistic.solution.html index 412a981c..ff97c83a 100644 --- a/docs/reference/logistic.solution.html +++ b/docs/reference/logistic.solution.html @@ -1,125 +1,92 @@ -Logistic kinetics — logistic.solution • mkinLogistic kinetics — logistic.solution • mkin + + Skip to contents -
-
-
- +
+
+
-
+

Function describing exponential decline from a defined starting value, with an increasing rate constant, supposedly caused by microbial growth

-
+
+

Usage

logistic.solution(t, parent_0, kmax, k0, r)
-
-

Arguments

+
+

Arguments

t

Time.

@@ -140,19 +107,19 @@ an increasing rate constant, supposedly caused by microbial growth

Growth rate of the increase in the rate constant.

-
-

Value

+
+

Value

The value of the response variable at time t.

-
-

Note

+
+

Note

The solution of the logistic model reduces to the SFO.solution if k0 is equal to kmax.

-
-

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, @@ -164,8 +131,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: DFOP.solution(), FOMC.solution(), @@ -175,8 +142,8 @@ Version 1.1, 18 December 2014 SFORB.solution()

-
-

Examples

+
+

Examples


   # Reproduce the plot on page 57 of FOCUS (2014)
   plot(function(x) logistic.solution(x, 100, 0.08, 0.0001, 0.2),
@@ -230,26 +197,22 @@ Version 1.1, 18 December 2014
 
 
-
- -
+
-
- -- cgit v1.2.1