From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/IORE.solution.html | 51 ++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 28 deletions(-) (limited to 'docs/reference/IORE.solution.html') diff --git a/docs/reference/IORE.solution.html b/docs/reference/IORE.solution.html index 082c2f41..6af44ab8 100644 --- a/docs/reference/IORE.solution.html +++ b/docs/reference/IORE.solution.html @@ -8,11 +8,13 @@ Indeterminate order rate equation kinetics — IORE.solution • mkin + + @@ -32,14 +34,15 @@ - - + + + @@ -110,7 +113,6 @@ News - @@ -132,14 +134,12 @@
- -

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

- +

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

IORE.solution(t, parent.0, k__iore, N)
- +

Arguments

@@ -153,34 +153,32 @@ - +
k__iore

Rate constant. Note that this depends on the concentration units used.

Rate constant. Note that this depends on the concentration +units used.

N

Exponent describing the nonlinearity of the rate equation

- -

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.

-

Value

The value of the response variable at time t.

- +

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

-

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

- +

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

Examples

-
plot(function(x) IORE.solution(x, 100, 0.2, 1.3), 0, 2, ylim = c(0, 100))
# \dontrun{ +
+ plot(function(x) IORE.solution(x, 100, 0.2, 1.3), 0, 2, ylim = c(0, 100))
# \dontrun{ fit.fomc <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) fit.iore <- mkinfit("IORE", FOCUS_2006_C, quiet = TRUE) fit.iore.deS <- mkinfit("IORE", FOCUS_2006_C, solution_type = "deSolve", quiet = TRUE) @@ -195,19 +193,16 @@ #> fomc 1.785233 15.1479 4.559973 #> iore 1.785233 15.1479 4.559973 #> iore.deS 1.785233 15.1479 4.559973
# } +