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/HS.solution.html | 86 +++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 50 deletions(-) (limited to 'docs/reference/HS.solution.html') diff --git a/docs/reference/HS.solution.html b/docs/reference/HS.solution.html index 82b9324c..ad33d948 100644 --- a/docs/reference/HS.solution.html +++ b/docs/reference/HS.solution.html @@ -10,23 +10,27 @@ - + - + - + + + + + - - + + - + - - + + @@ -38,7 +42,6 @@ - @@ -56,7 +59,7 @@ between them." /> - +
@@ -114,7 +117,12 @@ between them." />
@@ -129,7 +137,7 @@ between them." />
@@ -138,27 +146,11 @@ between them." /> between them.

-
HS.solution(t, parent.0, k1, k2, tb)
+
HS.solution(t, parent_0, k1, k2, tb)

Arguments

- - - - - - - - - - - - - - - -
t

Time.

parent.0

Starting value for the response variable at time zero.

k1

First kinetic constant.

k2

Second kinetic constant.

tb

Break point. Before this time, exponential decline according to @@ -167,31 +159,25 @@ according to k2.

-

Value

- -

The value of the response variable at time t.

-

References

+

See also

-

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

+

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

Examples

- plot(function(x) HS.solution(x, 100, 2, 0.3, 0.5), 0, 2, ylim=c(0,100))
+ plot(function(x) HS.solution(x, 100, 2, 0.3, 0.5), 0, 2, ylim=c(0,100))
- @@ -202,7 +188,7 @@ according to k2.

-

Site built with pkgdown 1.4.1.

+

Site built with pkgdown 1.5.1.

-- cgit v1.2.1