aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/print.mkinmod.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-05-05 12:46:31 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2017-05-05 12:46:31 +0200
commitccc70e82af4ba435f0a71ba1ae4e0e92045c3852 (patch)
treed8ffd99be771f47eae876f244b049742481bdd25 /docs/reference/print.mkinmod.html
parent1c7dbeec335c404377381157d34db6e219ce3f21 (diff)
Static docs except articles rebuilt with current pkgdown
Diffstat (limited to 'docs/reference/print.mkinmod.html')
-rw-r--r--docs/reference/print.mkinmod.html33
1 files changed, 21 insertions, 12 deletions
diff --git a/docs/reference/print.mkinmod.html b/docs/reference/print.mkinmod.html
index d63694d7..5fd9ebad 100644
--- a/docs/reference/print.mkinmod.html
+++ b/docs/reference/print.mkinmod.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>
@@ -70,8 +72,14 @@
<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>
+ <a href="../news/index.html">News</a>
+</li>
</ul>
<ul class="nav navbar-nav navbar-right">
@@ -99,20 +107,21 @@
<p>Print mkinmod objects in a way that the user finds his way to get to its components.</p>
- <pre><span class='co'># S3 method for mkinmod</span>
+ <pre class="usage"><span class='co'># S3 method for mkinmod</span>
<span class='fu'>print</span>(<span class='no'>x</span>, <span class='no'>...</span>)</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
- <dl class="dl-horizontal">
- <dt>x</dt>
- <dd>
- An <code><a href='mkinmod.html'>mkinmod</a></code> object.
- </dd>
- <dt>&#8230;</dt>
- <dd>
- Not used.
- </dd>
- </dl>
+ <table class="ref-arguments">
+ <colgroup><col class="name" /><col class="desc" /></colgroup>
+ <tr>
+ <th>x</th>
+ <td><p>An <code><a href='mkinmod.html'>mkinmod</a></code> object.</p></td>
+ </tr>
+ <tr>
+ <th>&#8230;</th>
+ <td><p>Not used.</p></td>
+ </tr>
+ </table>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>

Contact - Imprint