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/IORE.solution.html | 203 ++++++++++++++++---------------------- 1 file changed, 83 insertions(+), 120 deletions(-) (limited to 'docs/reference/IORE.solution.html') diff --git a/docs/reference/IORE.solution.html b/docs/reference/IORE.solution.html index 0ab484cd..24bf2e20 100644 --- a/docs/reference/IORE.solution.html +++ b/docs/reference/IORE.solution.html @@ -1,125 +1,92 @@ -Indeterminate order rate equation kinetics — IORE.solution • mkinIndeterminate order rate equation kinetics — IORE.solution • mkin + + Skip to contents -
-
-
- + + +
+
+
+
-
+

Function describing exponential decline from a defined starting value, with a concentration dependent rate constant.

-
+
+

Usage

IORE.solution(t, parent_0, k__iore, N)
-
-

Arguments

+
+

Arguments

t

Time.

@@ -137,26 +104,26 @@ units used.

Exponent describing the nonlinearity of the rate equation

-
-

Value

+
+

Value

The value of the response variable at time t.

-
-

Note

+
+

Note

The solution of the IORE kinetic model reduces to the SFO.solution if N = 1. The parameters of the IORE model can be transformed to equivalent parameters of the FOMC mode - see the NAFTA guidance for details.

-
-

References

+
+

References

NAFTA Technical Working Group on Pesticides (not dated) Guidance for Evaluating and Calculating Degradation Kinetics in Environmental Media

-
-

See also

+
+

See also

Other parent solutions: DFOP.solution(), FOMC.solution(), @@ -166,8 +133,8 @@ for Evaluating and Calculating Degradation Kinetics in Environmental Media

logistic.solution()

-
-

Examples

+
+

Examples


   plot(function(x) IORE.solution(x, 100, 0.2, 1.3), 0, 2, ylim = c(0, 100))
 
@@ -195,26 +162,22 @@ for Evaluating and Calculating Degradation Kinetics in Environmental Media

-
- -
+
-
- -- cgit v1.2.1