diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-05 12:46:31 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-05-05 12:46:31 +0200 |
commit | ccc70e82af4ba435f0a71ba1ae4e0e92045c3852 (patch) | |
tree | d8ffd99be771f47eae876f244b049742481bdd25 /docs/reference/geometric_mean.html | |
parent | 1c7dbeec335c404377381157d34db6e219ce3f21 (diff) |
Static docs except articles rebuilt with current pkgdown
Diffstat (limited to 'docs/reference/geometric_mean.html')
-rw-r--r-- | docs/reference/geometric_mean.html | 30 |
1 files changed, 20 insertions, 10 deletions
diff --git a/docs/reference/geometric_mean.html b/docs/reference/geometric_mean.html index 828ec471..22d06fec 100644 --- a/docs/reference/geometric_mean.html +++ b/docs/reference/geometric_mean.html @@ -6,7 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title> Calculate the geometric mean — geometric_mean • mkin</title> +<title>Calculate the geometric mean — geometric_mean • mkin</title> <!-- jquery --> <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script> @@ -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> @@ -70,6 +72,9 @@ <li> <a href="../articles/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a> </li> + <li> + <a href="../articles/twa.html">Calculation of time weighted average concentrations with mkin</a> + </li> </ul> </li> <li> @@ -95,22 +100,27 @@ <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> - <h1> Calculate the geometric mean </h1> + <h1>Calculate the geometric mean</h1> </div> <p>Function calculating the geometric mean of numeric vectors</p> - <pre><span class='fu'>geometric_mean</span>(<span class='no'>x</span>, <span class='kw'>na.rm</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre> + <pre class="usage"><span class='fu'>geometric_mean</span>(<span class='no'>x</span>, <span class='kw'>na.rm</span> <span class='kw'>=</span> <span class='fl'>FALSE</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>x</dt> - <dd> A numeric vector </dd> - <dt>na.rm</dt> - <dd> Should NA values be ignored </dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>x</th> + <td><p>A numeric vector</p></td> + </tr> + <tr> + <th>na.rm</th> + <td><p>Should NA values be ignored</p></td> + </tr> + </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> |