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/DFOP.solution.html | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) (limited to 'docs/reference/DFOP.solution.html') diff --git a/docs/reference/DFOP.solution.html b/docs/reference/DFOP.solution.html index b34d00a1..eef4f902 100644 --- a/docs/reference/DFOP.solution.html +++ b/docs/reference/DFOP.solution.html @@ -8,11 +8,13 @@ Double First-Order in Parallel kinetics — DFOP.solution • mkin + + @@ -32,14 +34,15 @@ - - + + + @@ -110,7 +113,6 @@ News - @@ -132,14 +134,12 @@
- -

Function describing decline from a defined starting value using the sum - of two exponential decline functions.

- +

Function describing decline from a defined starting value using the sum of +two exponential decline functions.

DFOP.solution(t, parent.0, k1, k2, g)
- +

Arguments

@@ -161,36 +161,33 @@ - +
g

Fraction of the starting value declining according to the - first kinetic constant.

Fraction of the starting value declining according to the first +kinetic constant.

- +

Value

The value of the response variable 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) DFOP.solution(x, 100, 5, 0.5, 0.3), 0, 4, ylim=c(0,100))
+
+ plot(function(x) DFOP.solution(x, 100, 5, 0.5, 0.3), 0, 4, ylim = c(0,100))
+