diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-16 15:43:50 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-16 15:43:50 +0200 |
commit | 36036b5901223591e7e21e8b73d8cd1fb034f4cb (patch) | |
tree | ed8e764778aa2e94b785263d18d7d8e3dfe4e785 /docs/reference/plot.one_box.html | |
parent | d042f8f06b313e8595087587455daac73d84f17b (diff) |
Finish the Step 1 calculator including tests
Some cleaning up. PELMO facilities do not currently work at my end,
as I have no working wine installation on this computer
Diffstat (limited to 'docs/reference/plot.one_box.html')
-rw-r--r-- | docs/reference/plot.one_box.html | 63 |
1 files changed, 41 insertions, 22 deletions
diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html index 4c3cb82..0a876e3 100644 --- a/docs/reference/plot.one_box.html +++ b/docs/reference/plot.one_box.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> @@ -73,32 +75,49 @@ <p>Plot time series of decline data</p> - <pre><span class='co'># S3 method for one_box</span> + <pre class="usage"><span class='co'># S3 method for one_box</span> <span class='fu'>plot</span>(<span class='no'>x</span>, <span class='kw'>xlim</span> <span class='kw'>=</span> <span class='fu'>range</span>(<span class='fu'>time</span>(<span class='no'>x</span>)), <span class='kw'>ylim</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>0</span>, <span class='fu'>max</span>(<span class='no'>x</span>)), <span class='kw'>xlab</span> <span class='kw'>=</span> <span class='st'>"Time"</span>, <span class='kw'>ylab</span> <span class='kw'>=</span> <span class='st'>"Residue"</span>, <span class='kw'>max_twa</span> <span class='kw'>=</span> <span class='kw'>NULL</span>, <span class='kw'>max_twa_var</span> <span class='kw'>=</span> <span class='fu'>dimnames</span>(<span class='no'>x</span>)<span class='kw'>[[</span><span class='fl'>2</span>]][<span class='fl'>1</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>The object of type <code><a href='one_box.html'>one_box</a></code> to be plotted</dd> - <dt>xlim</dt> - <dd>Limits for the x axis</dd> - <dt>ylim</dt> - <dd>Limits for the y axis</dd> - <dt>xlab</dt> - <dd>Label for the x axis</dd> - <dt>ylab</dt> - <dd>Label for the y axis</dd> - <dt>max_twa</dt> - <dd>If a numeric value is given, the maximum time weighted -average concentration(s) is/are shown in the graph.</dd> - <dt>max_twa_var</dt> - <dd>Variable for which the maximum time weighted average should -be shown if max_twa is not NULL.</dd> - <dt>...</dt> - <dd>Further arguments passed to methods</dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>x</th> + <td><p>The object of type <code><a href='one_box.html'>one_box</a></code> to be plotted</p></td> + </tr> + <tr> + <th>xlim</th> + <td><p>Limits for the x axis</p></td> + </tr> + <tr> + <th>ylim</th> + <td><p>Limits for the y axis</p></td> + </tr> + <tr> + <th>xlab</th> + <td><p>Label for the x axis</p></td> + </tr> + <tr> + <th>ylab</th> + <td><p>Label for the y axis</p></td> + </tr> + <tr> + <th>max_twa</th> + <td><p>If a numeric value is given, the maximum time weighted +average concentration(s) is/are shown in the graph.</p></td> + </tr> + <tr> + <th>max_twa_var</th> + <td><p>Variable for which the maximum time weighted average should +be shown if max_twa is not NULL.</p></td> + </tr> + <tr> + <th>...</th> + <td><p>Further arguments passed to methods</p></td> + </tr> + </table> <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> |