From 8f38147e145c66ebd27f5d9fcc6f00172c25872f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 23:18:20 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/SFORB.solution.html | 67 ++++++++++++++++++++++++-------------- 1 file changed, 43 insertions(+), 24 deletions(-) (limited to 'docs/reference/SFORB.solution.html') diff --git a/docs/reference/SFORB.solution.html b/docs/reference/SFORB.solution.html index 57959f26..135edb51 100644 --- a/docs/reference/SFORB.solution.html +++ b/docs/reference/SFORB.solution.html @@ -6,14 +6,13 @@ -SFORB.solution. mkin + Single First-Order Reversible Binding kinetics — SFORB.solution • mkin - - + @@ -22,6 +21,7 @@ + @@ -34,10 +34,9 @@ -
+
- -
- +
+
+ -
-

Function describing the solution of the differential equations describing the kinetic model with first-order terms for a two-way transfer from a free @@ -86,7 +87,7 @@

SFORB.solution(t, parent.0, k_12, k_21, k_1output)
-

Arguments

+

Arguments

t
Time.
@@ -100,32 +101,50 @@
Kinetic constant describing degradation of the free fraction.
-
-

Value

+

Value

-

The value of the response variable, which is the sum of free and bound +

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 +

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, EC Document Reference Sanco/10058/2005 version 2.0, 434 pp, http://focus.jrc.ec.europa.eu/dk

-
-

Examples

+ +

+ + Examples +

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