diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-06 02:48:44 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-06-06 02:48:44 +0200 |
commit | 197606de234a936751ac3c1db2e4feb3fa117a92 (patch) | |
tree | 89b32979142a37737ba73e8a012b809abba8e92d /docs/reference/max_twa.html | |
parent | 282820693c62b958e12104f4bb6229c04803f098 (diff) |
Rebuild docs with pkgdown 1.1.0
Diffstat (limited to 'docs/reference/max_twa.html')
-rw-r--r-- | docs/reference/max_twa.html | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/docs/reference/max_twa.html b/docs/reference/max_twa.html index a596d60..0875c46 100644 --- a/docs/reference/max_twa.html +++ b/docs/reference/max_twa.html @@ -21,12 +21,15 @@ <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script> +<!-- sticky kit --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script> + <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> -<script src="../jquery.sticky-kit.min.js"></script> <script src="../pkgdown.js"></script> - - + + + <meta property="og:title" content="The maximum time weighted average concentration for a moving window — max_twa" /> <meta property="og:description" content="If you generate your time series using sawtooth, @@ -35,6 +38,9 @@ for finding the maximum. It is therefore recommended to check this using plot.one_box using the window size for the argument max_twa." /> <meta name="twitter:card" content="summary" /> + + + <!-- mathjax --> <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -57,8 +63,12 @@ max_twa." /> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="../index.html">pfm</a> + <span class="navbar-brand"> + <a class="navbar-link" href="../index.html">pfm</a> + <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">0.4.5</span> + </span> </div> + <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> @@ -73,8 +83,14 @@ max_twa." /> </ul> <ul class="nav navbar-nav navbar-right"> - + <li> + <a href="https://github.com/jranke/pfm"> + <span class="fa fa-github fa-lg"></span> + + </a> +</li> </ul> + </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> @@ -82,12 +98,15 @@ max_twa." /> </header> - <div class="row"> +<div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>The maximum time weighted average concentration for a moving window</h1> + <small class="dont-index">Source: <a href='https://github.com/jranke/pfm/blob/master/R/twa.R'><code>R/twa.R</code></a></small> + <div class="hidden name"><code>max_twa.Rd</code></div> </div> + <div class="ref-description"> <p>If you generate your time series using <code><a href='sawtooth.html'>sawtooth</a></code>, you need to make sure that the length of the time series allows @@ -95,10 +114,11 @@ for finding the maximum. It is therefore recommended to check this using <code><a href='plot.one_box.html'>plot.one_box</a></code> using the window size for the argument <code>max_twa</code>.</p> + </div> <pre class="usage"><span class='fu'>max_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> + <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> <table class="ref-arguments"> <colgroup><col class="name" /><col class="desc" /></colgroup> <tr> @@ -127,7 +147,7 @@ SFO, FOMC and DFOP models and to the parent compound</p> <h2 class="hasAnchor" id="see-also"><a class="anchor" href="#see-also"></a>See also</h2> - <p><code><a href='twa.html'>twa</a></code></p> + <div class='dont-index'><p><code><a href='twa.html'>twa</a></code></p></div> <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> @@ -177,5 +197,8 @@ SFO, FOMC and DFOP models and to the parent compound</p> </footer> </div> + + </body> </html> + |