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/SFORB.solution.html | 202 +++++++++++++++---------------------- 1 file changed, 84 insertions(+), 118 deletions(-) (limited to 'docs/reference/SFORB.solution.html') diff --git a/docs/reference/SFORB.solution.html b/docs/reference/SFORB.solution.html index a99deac7..70ea8779 100644 --- a/docs/reference/SFORB.solution.html +++ b/docs/reference/SFORB.solution.html @@ -1,118 +1,87 @@ -Single First-Order Reversible Binding kinetics — SFORB.solution • mkinSingle First-Order Reversible Binding kinetics — SFORB.solution • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Function describing the solution of the differential equations describing the kinetic model with first-order terms for a two-way transfer from a free to a bound fraction, and a first-order degradation term for the free @@ -120,12 +89,13 @@ fraction. The initial condition is a defined amount in the free fraction and no substance in the bound fraction.

-
+
+

Usage

SFORB.solution(t, parent_0, k_12, k_21, k_1output)
-
-

Arguments

+
+

Arguments

t

Time.

@@ -147,15 +117,15 @@ and no substance in the bound fraction.

fraction.

-
-

Value

+
+

Value

The value of the response variable, which is the sum of free and bound fractions 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, @@ -167,8 +137,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(), @@ -178,34 +148,30 @@ Version 1.1, 18 December 2014 logistic.solution()

-
-

Examples

+
+

Examples


   plot(function(x) SFORB.solution(x, 100, 0.5, 2, 3), 0, 2)
 
 
 
-
- -
+
-
- -- cgit v1.2.1