From 8f38147e145c66ebd27f5d9fcc6f00172c25872f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 26 Oct 2016 23:18:20 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/HS.solution.html | 69 ++++++++++++++++++++++++++--------------- 1 file changed, 44 insertions(+), 25 deletions(-) (limited to 'docs/reference/HS.solution.html') diff --git a/docs/reference/HS.solution.html b/docs/reference/HS.solution.html index 994f8373..06c6e3c1 100644 --- a/docs/reference/HS.solution.html +++ b/docs/reference/HS.solution.html @@ -6,14 +6,13 @@ -HS.solution. mkin + Hockey-Stick kinetics — HS.solution • mkin - - + @@ -22,6 +21,7 @@ + @@ -34,10 +34,9 @@ -
+
- -
- +
+
+ -
-

Function describing two exponential decline functions with a break point between them.

@@ -83,7 +84,7 @@
HS.solution(t, parent.0, k1, k2, tb)
-

Arguments

+

Arguments

t
Time.
@@ -99,31 +100,49 @@ according to k2.
-
-

Value

- -

The value of the response variable at time t.

-
+

Value

-
-

References

+

The value of the response variable at time t.

+ +

References

-

FOCUS (2006) “Guidance Document on Estimating Persistence and +

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

-
plot(function(x) HS.solution(x, 100, 2, 0.3, 0.5), 0, 2, ylim=c(0,100))
+ +

+ + Examples +

+
plot(function(x) HS.solution(x, 100, 2, 0.3, 0.5), 0, 2, ylim=c(0,100))
-
+
-- cgit v1.2.1