From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/SFORB.solution.html | 50 ++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 26 deletions(-) (limited to 'docs/reference/SFORB.solution.html') diff --git a/docs/reference/SFORB.solution.html b/docs/reference/SFORB.solution.html index 398f787f..fbf067af 100644 --- a/docs/reference/SFORB.solution.html +++ b/docs/reference/SFORB.solution.html @@ -8,11 +8,13 @@ Single First-Order Reversible Binding kinetics — SFORB.solution • mkin + + @@ -32,17 +34,18 @@ - + +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 +fraction. The initial condition is a defined amount in the free fraction +and no substance in the bound fraction." /> + @@ -113,7 +116,6 @@ News - @@ -135,17 +137,15 @@
-

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 - fraction. The initial condition is a defined amount in the free fraction and - no substance in the bound fraction.

- +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 +fraction. The initial condition is a defined amount in the free fraction +and no substance in the bound fraction.

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

Arguments

@@ -167,36 +167,34 @@ - +
k_1output

Kinetic constant describing degradation of the free fraction.

Kinetic constant describing degradation of the free +fraction.

- +

Value

-

The value of the response variable, which is the sum of free and bound - fractions at time t.

- +

The value of the response variable, which is the sum of free and + bound fractions at time t.

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, +

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://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

-

Examples

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