aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/twa.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/twa.html')
-rw-r--r--docs/reference/twa.html23
1 files changed, 15 insertions, 8 deletions
diff --git a/docs/reference/twa.html b/docs/reference/twa.html
index 414b372..32fa459 100644
--- a/docs/reference/twa.html
+++ b/docs/reference/twa.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>
@@ -75,18 +77,23 @@ the earliest possible time for the maximum in the time series returned
is after one window has passed.</p>
- <pre><span class='fu'>twa</span>(<span class='no'>x</span>, <span class='kw'>window</span> <span class='kw'>=</span> <span class='fl'>21</span>)
+ <pre class="usage"><span class='fu'>twa</span>(<span class='no'>x</span>, <span class='kw'>window</span> <span class='kw'>=</span> <span class='fl'>21</span>)
<span class='co'># S3 method for one_box</span>
<span class='fu'>twa</span>(<span class='no'>x</span>, <span class='kw'>window</span> <span class='kw'>=</span> <span class='fl'>21</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 type <code><a href='one_box.html'>one_box</a></code></dd>
- <dt>window</dt>
- <dd>The size of the moving window</dd>
- </dl>
+ <table class="ref-arguments">
+ <colgroup><col class="name" /><col class="desc" /></colgroup>
+ <tr>
+ <th>x</th>
+ <td><p>An object of type <code><a href='one_box.html'>one_box</a></code></p></td>
+ </tr>
+ <tr>
+ <th>window</th>
+ <td><p>The size of the moving window</p></td>
+ </tr>
+ </table>
<h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2>

Contact - Imprint