From 39b2c2c762b03922a2648b1b226d0f308600cc87 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Jun 2018 01:24:15 +0200 Subject: Static documentation rebuilt by pkgdown 1.1.0 --- docs/reference/IORE.solution.html | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) (limited to 'docs/reference/IORE.solution.html') diff --git a/docs/reference/IORE.solution.html b/docs/reference/IORE.solution.html index 687dee5a..c037a8d2 100644 --- a/docs/reference/IORE.solution.html +++ b/docs/reference/IORE.solution.html @@ -21,17 +21,23 @@ + + + - - - + + + + + + @@ -54,8 +60,12 @@ - mkin + + mkin + 0.9.47.1 + + @@ -103,20 +114,24 @@ -
+
+

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

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

Arguments

+

Arguments

@@ -157,7 +172,7 @@

Examples

plot(function(x) IORE.solution(x, 100, 0.2, 1.3), 0, 2, - ylim = c(0, 100))
fit.fomc <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) + ylim = c(0, 100))
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) @@ -200,6 +215,8 @@
+ + -- cgit v1.2.1