diff options
Diffstat (limited to 'docs/reference/plot.mmkin.html')
-rw-r--r-- | docs/reference/plot.mmkin.html | 86 |
1 files changed, 47 insertions, 39 deletions
diff --git a/docs/reference/plot.mmkin.html b/docs/reference/plot.mmkin.html index 1d5d0574..9f122fa8 100644 --- a/docs/reference/plot.mmkin.html +++ b/docs/reference/plot.mmkin.html @@ -25,12 +25,14 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> + + </head> <body> @@ -70,8 +72,14 @@ <li> <a href="../articles/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a> </li> + <li> + <a href="../articles/twa.html">Calculation of time weighted average concentrations with mkin</a> + </li> </ul> </li> +<li> + <a href="../news/index.html">News</a> +</li> </ul> <ul class="nav navbar-nav navbar-right"> @@ -96,53 +104,53 @@ </div> - <p>When x is a row selected from an mmkin object (<code><a href='[.mmkin.html'>[.mmkin</a></code>), the same model + <p>When x is a row selected from an mmkin object (<code><a href='Extract.mmkin.html'>[.mmkin</a></code>), the same model fitted for at least one dataset is shown. When it is a column, the fit of at least one model to the same dataset is shown.</p> - - <p>If the current plot device is a <code><a href='http://www.rdocumentation.org/packages/tikzDevice/topics/tikz'>tikz</a></code> device, +<p>If the current plot device is a <code><a href='http://www.rdocumentation.org/packages/tikzDevice/topics/tikz'>tikz</a></code> device, then latex is being used for the formatting of the chi2 error level.</p> - <pre><span class='co'># S3 method for mmkin</span> + <pre class="usage"><span class='co'># S3 method for mmkin</span> <span class='fu'>plot</span>(<span class='no'>x</span>, <span class='kw'>main</span> <span class='kw'>=</span> <span class='st'>"auto"</span>, <span class='kw'>legends</span> <span class='kw'>=</span> <span class='fl'>1</span>, <span class='kw'>errmin_var</span> <span class='kw'>=</span> <span class='st'>"All data"</span>, <span class='kw'>errmin_digits</span> <span class='kw'>=</span> <span class='fl'>3</span>, <span class='kw'>cex</span> <span class='kw'>=</span> <span class='fl'>0.7</span>, <span class='kw'>rel.height.middle</span> <span class='kw'>=</span> <span class='fl'>0.9</span>, <span class='no'>...</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>x</dt> - <dd> - An object of class <code><a href='mmkin.html'>mmkin</a></code>, with either one row or one column. -</dd> - <dt>main</dt> - <dd> - The main title placed on the outer margin of the plot. -</dd> - <dt>legends</dt> - <dd> - An index for the fits for which legends should be shown. -</dd> - <dt>errmin_var</dt> - <dd> - The variable for which the FOCUS chi2 error value should be shown. -</dd> - <dt>errmin_digits</dt> - <dd> - The number of significant digits for rounding the FOCUS chi2 error percentage. -</dd> - <dt>cex</dt> - <dd> - Passed to the plot functions and <code>mtext</code>. -</dd> - <dt>rel.height.middle</dt> - <dd> - The relative height of the middle plot, if more than two rows of plots are shown. -</dd> - <dt>…</dt> - <dd> - Further arguments passed to <code><a href='plot.mkinfit.html'>plot.mkinfit</a></code> and <code><a href='mkinresplot.html'>mkinresplot</a></code>. -</dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>x</th> + <td><p>An object of class <code><a href='mmkin.html'>mmkin</a></code>, with either one row or one column.</p></td> + </tr> + <tr> + <th>main</th> + <td><p>The main title placed on the outer margin of the plot.</p></td> + </tr> + <tr> + <th>legends</th> + <td><p>An index for the fits for which legends should be shown.</p></td> + </tr> + <tr> + <th>errmin_var</th> + <td><p>The variable for which the FOCUS chi2 error value should be shown.</p></td> + </tr> + <tr> + <th>errmin_digits</th> + <td><p>The number of significant digits for rounding the FOCUS chi2 error percentage.</p></td> + </tr> + <tr> + <th>cex</th> + <td><p>Passed to the plot functions and <code>mtext</code>.</p></td> + </tr> + <tr> + <th>rel.height.middle</th> + <td><p>The relative height of the middle plot, if more than two rows of plots are shown.</p></td> + </tr> + <tr> + <th>…</th> + <td><p>Further arguments passed to <code><a href='plot.mkinfit.html'>plot.mkinfit</a></code> and <code><a href='mkinresplot.html'>mkinresplot</a></code>.</p></td> + </tr> + </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> |