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/FOMC.solution.html | 207 ++++++++++++++++---------------------- 1 file changed, 85 insertions(+), 122 deletions(-) (limited to 'docs/reference/FOMC.solution.html') diff --git a/docs/reference/FOMC.solution.html b/docs/reference/FOMC.solution.html index e5087117..2f668032 100644 --- a/docs/reference/FOMC.solution.html +++ b/docs/reference/FOMC.solution.html @@ -1,125 +1,92 @@ -First-Order Multi-Compartment kinetics — FOMC.solution • mkinFirst-Order Multi-Compartment kinetics — FOMC.solution • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Function describing exponential decline from a defined starting value, with a decreasing rate constant.

-
+
+

Usage

FOMC.solution(t, parent_0, alpha, beta)
-
-

Arguments

+
+

Arguments

t

Time.

@@ -137,26 +104,26 @@ constant values.

Location parameter.

-
-

Value

+
+

Value

The value of the response variable at time t.

-
-

Details

+
+

Details

The form given here differs slightly from the original reference by Gustafson and Holden (1990). The parameter beta corresponds to 1/beta in the original equation.

-
-

Note

+
+

Note

The solution of the FOMC kinetic model reduces to the SFO.solution for large values of alpha and beta with \(k = \frac{\beta}{\alpha}\).

-
-

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, @@ -171,8 +138,8 @@ Version 1.1, 18 December 2014 A new model based on spatial variability. Environmental Science and Technology 24, 1032-1038

-
-

See also

+
+

See also

Other parent solutions: DFOP.solution(), HS.solution(), @@ -182,34 +149,30 @@ Technology 24, 1032-1038

logistic.solution()

-
-

Examples

+
+

Examples


   plot(function(x) FOMC.solution(x, 100, 10, 2), 0, 2, ylim = c(0, 100))
 
 
 
-
- -
+
-
- -- cgit v1.2.1