From 3d4f6f8c582c19c38587ead305a1229ff069da63 Mon Sep 17 00:00:00 2001 From: Johannes Ranke <jranke@uni-bremen.de> Date: Thu, 19 Jan 2017 08:24:44 +0100 Subject: Switch sawtooth plotting example to FOMC as this it is claimed in the README that an mkinfit prediction is used. - Add another seealso link - Delete trailing whitespace --- docs/reference/plot.one_box-2.png | Bin 10136 -> 11641 bytes docs/reference/plot.one_box.html | 12 ++++++++++-- docs/reference/sawtooth.html | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/plot.one_box-2.png b/docs/reference/plot.one_box-2.png index 4007876..1941d44 100644 Binary files a/docs/reference/plot.one_box-2.png and b/docs/reference/plot.one_box-2.png differ diff --git a/docs/reference/plot.one_box.html b/docs/reference/plot.one_box.html index 1870a55..235fb80 100644 --- a/docs/reference/plot.one_box.html +++ b/docs/reference/plot.one_box.html @@ -100,15 +100,23 @@ be shown if max_twa is not NULL.</dd> <dd>Further arguments passed to methods</dd> </dl> + <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> + + <p><code><a href='sawtooth.html'>sawtooth</a></code></p> + <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> - <pre class="examples"><div class='input'><span class='fu'>plot</span>(<span class='fu'><a href='sawtooth.html'>sawtooth</a></span>(<span class='fu'><a href='one_box.html'>one_box</a></span>(<span class='fl'>10</span>), <span class='fl'>3</span>, <span class='fl'>7</span>), <span class='kw'>max_twa</span> <span class='kw'>=</span> <span class='fl'>21</span>)</div><img src='plot.one_box-2.png' alt='' width='540' height='400' /></pre> + <pre class="examples"><div class='input'><span class='no'>fomc_fit</span> <span class='kw'><-</span> <span class='fu'>mkinfit</span>(<span class='st'>"FOMC"</span>, <span class='no'>FOCUS_2006_C</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>) +<span class='no'>fomc_pred</span> <span class='kw'><-</span> <span class='fu'><a href='one_box.html'>one_box</a></span>(<span class='no'>fomc_fit</span>) +<span class='fu'>plot</span>(<span class='fu'><a href='sawtooth.html'>sawtooth</a></span>(<span class='no'>fomc_pred</span>, <span class='fl'>3</span>, <span class='fl'>7</span>), <span class='kw'>max_twa</span> <span class='kw'>=</span> <span class='fl'>21</span>)</div><img src='plot.one_box-2.png' alt='' width='540' height='400' /></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> <ul class="nav nav-pills nav-stacked"> <li><a href="#arguments">Arguments</a></li> - + + <li><a href="#see-also">See also</a></li> + <li><a href="#examples">Examples</a></li> </ul> diff --git a/docs/reference/sawtooth.html b/docs/reference/sawtooth.html index e24186e..cd3c0dc 100644 --- a/docs/reference/sawtooth.html +++ b/docs/reference/sawtooth.html @@ -85,7 +85,7 @@ times, with an interval <code>i</code>.</p> <dt>n</dt> <dd>The number of applications. If <code>applications</code> is specified, <code>n</code> is not used</dd> <dt>i</dt> - <dd>The interval between applications. If <code>applications</code> is specified, <code>i</code> + <dd>The interval between applications. If <code>applications</code> is specified, <code>i</code> is not used</dd> <dt>applications</dt> <dd>A data frame holding the application times in the first column and -- cgit v1.2.1