From a350a16bb2c11986faf5883a2804d46b03bd7c8f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 10 Sep 2016 05:21:52 +0200 Subject: Static documentation rebuilt with current staticdocs Using hadley/staticdocs commit #8c1069d from 8 days ago --- docs/SFO.solution.html | 119 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 docs/SFO.solution.html (limited to 'docs/SFO.solution.html') diff --git a/docs/SFO.solution.html b/docs/SFO.solution.html new file mode 100644 index 00000000..2321f15b --- /dev/null +++ b/docs/SFO.solution.html @@ -0,0 +1,119 @@ + + + + +SFO.solution. mkin 0.9.44.9000 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

Single First-Order kinetics

+ +
+
+

Usage

+
SFO.solution(t, parent.0, k)
+ +

Arguments

+
+
t
+
Time.
+
parent.0
+
Starting value for the response variable at time zero.
+
k
+
Kinetic constant.
+
+ +
+

Description

+ +

Function describing exponential decline from a defined starting value.

+ +
+ +
+

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

+ +
+ +

Examples

+
## Not run: plot(function(x) SFO.solution(x, 100, 3), 0, 2)
+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.1