From 3151647526f299686b68420a83ae38cd7f3d08f5 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 9 Nov 2015 09:05:15 +0100 Subject: Rebuild vignettes and static documentation --- inst/web/SFO.solution.html | 116 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 inst/web/SFO.solution.html (limited to 'inst/web/SFO.solution.html') diff --git a/inst/web/SFO.solution.html b/inst/web/SFO.solution.html new file mode 100644 index 00000000..b7d81cb7 --- /dev/null +++ b/inst/web/SFO.solution.html @@ -0,0 +1,116 @@ + + + + +SFO.solution. mkin 0.9-41 + + + + + + + + + + + + + + + + + +
+
+ +
+ +

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