aboutsummaryrefslogtreecommitdiff
path: root/inst/web/plot.mmkin.html
diff options
context:
space:
mode:
Diffstat (limited to 'inst/web/plot.mmkin.html')
-rw-r--r--inst/web/plot.mmkin.html23
1 files changed, 15 insertions, 8 deletions
diff --git a/inst/web/plot.mmkin.html b/inst/web/plot.mmkin.html
index 587bf894..1bc440e1 100644
--- a/inst/web/plot.mmkin.html
+++ b/inst/web/plot.mmkin.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
-<title>plot.mmkin. mkin 0.9.42</title>
+<title>plot.mmkin. mkin 0.9.43</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="
Johannes Ranke
@@ -34,7 +34,7 @@
<div class="navbar">
<div class="navbar-inner">
<div class="container">
- <a class="brand" href="#">mkin 0.9.42</a>
+ <a class="brand" href="#">mkin 0.9.43</a>
<div class="nav">
<ul class="nav">
<li><a href="index.html"><i class="icon-home icon-white"></i> Index</a></li>
@@ -56,7 +56,7 @@
<div class="row">
<div class="span8">
<h2>Usage</h2>
- <pre><div>"plot"(x, main&nbsp;=&nbsp;"auto", legends&nbsp;=&nbsp;1, errmin_var&nbsp;=&nbsp;"All data", errmin_digits&nbsp;=&nbsp;2, cex&nbsp;=&nbsp;0.7, rel.height.middle&nbsp;=&nbsp;0.9, ...)</div></pre>
+ <pre><div>"plot"(x, main&nbsp;=&nbsp;"auto", legends&nbsp;=&nbsp;1, errmin_var&nbsp;=&nbsp;"All data", errmin_digits&nbsp;=&nbsp;3, cex&nbsp;=&nbsp;0.7, rel.height.middle&nbsp;=&nbsp;0.9, ...)</div></pre>
<h2>Arguments</h2>
<dl>
@@ -78,7 +78,7 @@
</dd>
<dt>errmin_digits</dt>
<dd>
- The number of digits for rounding the FOCUS chi2 error percentage.
+ The number of significant digits for rounding the FOCUS chi2 error percentage.
</dd>
<dt>cex</dt>
<dd>
@@ -86,7 +86,7 @@
</dd>
<dt>rel.height.middle</dt>
<dd>
- The relative height of the middle plot.
+ The relative height of the middle plot, if more than two rows of plots are shown.
</dd>
<dt>...</dt>
<dd>
@@ -113,15 +113,22 @@
</div>
<h2 id="examples">Examples</h2>
- <pre class="examples"><div class='input'> # Only use one core not to offend CRAN checks
+ <pre class="examples"><div class='input'> # Only use one core not to offend CRAN checks, use Levenberg-Marquardt for speed
fits &lt;- mmkin(c(&quot;FOMC&quot;, &quot;HS&quot;), list(&quot;FOCUS B&quot; = FOCUS_2006_B, &quot;FOCUS C&quot; = FOCUS_2006_C),
- cores = 1, quiet = TRUE)
+ cores = 1, quiet = TRUE, method.modFit = &quot;Marq&quot;)
plot(fits[, &quot;FOCUS C&quot;])
</div>
<p><img src='plot.mmkin-2.png' alt='' width='540' height='400' /></p>
<div class='input'> plot(fits[&quot;FOMC&quot;, ])
</div>
-<p><img src='plot.mmkin-4.png' alt='' width='540' height='400' /></p></pre>
+<p><img src='plot.mmkin-4.png' alt='' width='540' height='400' /></p>
+<div class='input'>
+ # We can also plot a single fit, if we like the way mmkin works, but then the plot
+ # height should be smaller than the plot width (this is not possible for the html pages
+ # generated by staticdocs, as far as I know).
+ plot(fits[&quot;FOMC&quot;, &quot;FOCUS C&quot;]) # same as plot(fits[1, 2])
+</div>
+<p><img src='plot.mmkin-6.png' alt='' width='540' height='400' /></p></pre>
</div>
<div class="span4">
<!-- <ul>

Contact - Imprint