diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 08:24:44 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-19 08:24:44 +0100 |
commit | 3d4f6f8c582c19c38587ead305a1229ff069da63 (patch) | |
tree | 2585a4c150aae1fc42aac98636b02515733f5a19 /docs/reference | |
parent | 9b5faa8b8475bdd7624c58b07d45d28d42a47a2e (diff) |
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
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/plot.one_box-2.png | bin | 10136 -> 11641 bytes | |||
-rw-r--r-- | docs/reference/plot.one_box.html | 12 | ||||
-rw-r--r-- | docs/reference/sawtooth.html | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/docs/reference/plot.one_box-2.png b/docs/reference/plot.one_box-2.png Binary files differindex 4007876..1941d44 100644 --- a/docs/reference/plot.one_box-2.png +++ b/docs/reference/plot.one_box-2.png 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 |