From 8bdb4cd437a9d4663e542f95869e8692aa38dadb Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 7 May 2020 08:59:29 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/SFO.solution.html | 71 +++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 27 deletions(-) (limited to 'docs/reference/SFO.solution.html') diff --git a/docs/reference/SFO.solution.html b/docs/reference/SFO.solution.html index 55fd61a4..93da04eb 100644 --- a/docs/reference/SFO.solution.html +++ b/docs/reference/SFO.solution.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -37,7 +41,6 @@ - @@ -55,7 +58,7 @@ - +
@@ -113,7 +116,12 @@
@@ -128,7 +136,7 @@
@@ -136,7 +144,7 @@

Function describing exponential decline from a defined starting value.

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

Arguments

@@ -146,12 +154,12 @@ - + - +

Time.

parent.0parent_0

Starting value for the response variable at time zero.

k

Kinetic constant.

Kinetic rate constant.

@@ -164,22 +172,31 @@ 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 +FOCUS (2014) “Generic guidance for Estimating Persistence + and Degradation Kinetics from Environmental Fate Studies on Pesticides in + EU Registration” Report of the FOCUS Work Group on Degradation Kinetics, + Version 1.1, 18 December 2014 http://esdac.jrc.ec.europa.eu/projects/degradation-kinetics

+

See also

+ +

Other parent solutions: +DFOP.solution(), +FOMC.solution(), +HS.solution(), +IORE.solution(), +SFORB.solution(), +logistic.solution()

Examples

- plot(function(x) SFO.solution(x, 100, 3), 0, 2)
+ plot(function(x) SFO.solution(x, 100, 3), 0, 2)
- @@ -190,7 +207,7 @@
-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1