From 8b7edd4eaf0d196e674a085f744d1a69260a6c91 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 16 Nov 2023 06:02:05 +0100 Subject: Update pkgdown docs to bootstrap 5 with search --- docs/reference/HS.solution.html | 199 ++++++++++++++++------------------------ 1 file changed, 81 insertions(+), 118 deletions(-) (limited to 'docs/reference/HS.solution.html') diff --git a/docs/reference/HS.solution.html b/docs/reference/HS.solution.html index d24015a0..d7f339b7 100644 --- a/docs/reference/HS.solution.html +++ b/docs/reference/HS.solution.html @@ -1,125 +1,92 @@ -Hockey-Stick kinetics — HS.solution • mkinHockey-Stick kinetics — HS.solution • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

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

-
+
+

Usage

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

Arguments

+
+

Arguments

t

Time.

@@ -142,14 +109,14 @@ between them.

according to k2.

-
-

Value

+
+

Value

The value of the response variable at time t.

-
-

References

+
+

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, @@ -161,8 +128,8 @@ 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

+
+

See also

Other parent solutions: DFOP.solution(), FOMC.solution(), @@ -172,34 +139,30 @@ Version 1.1, 18 December 2014 logistic.solution()

-
-

Examples

+
+

Examples


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