aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/mkinds.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/mkinds.html
parent1c7dbeec335c404377381157d34db6e219ce3f21 (diff)
Static docs except articles rebuilt with current pkgdown
Diffstat (limited to 'docs/reference/mkinds.html')
-rw-r--r--docs/reference/mkinds.html31
1 files changed, 18 insertions, 13 deletions
diff --git a/docs/reference/mkinds.html b/docs/reference/mkinds.html
index 4bfd332b..1c10c54a 100644
--- a/docs/reference/mkinds.html
+++ b/docs/reference/mkinds.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,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>
@@ -102,7 +107,7 @@
<p>A dataset class for mkin</p>
- <pre><span class='no'>mkinds</span></pre>
+ <pre class="usage"><span class='no'>mkinds</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
@@ -110,17 +115,17 @@
<h2 class="hasAnchor" id="fields"><a class="anchor" href="#fields"></a>Fields</h2>
- <p></p>
- <p><dl class='dl-horizontal'>
-<dt><code>title</code></dt><dd>A full title for the dataset</dd></p>
- <p><dt><code>sampling</code></dt><dd>times The sampling times</dd></p>
- <p><dt><code>time_unit</code></dt><dd>The time unit</dd></p>
- <p><dt><code>observed</code></dt><dd>Names of the observed compounds</dd></p>
- <p><dt><code>unit</code></dt><dd>The unit of the observations</dd></p>
- <p><dt><code>replicates</code></dt><dd>The number of replicates</dd></p>
- <p><dt><code>data</code></dt><dd>A dataframe with at least the columns name, time and value
-in order to be compatible with mkinfit</dd>
-</dl></p>
+
+ <dl class='dl-horizontal'>
+<dt><code>title</code></dt><dd><p>A full title for the dataset</p></dd>
+ <dt><code>sampling</code></dt><dd><p>times The sampling times</p></dd>
+ <dt><code>time_unit</code></dt><dd><p>The time unit</p></dd>
+ <dt><code>observed</code></dt><dd><p>Names of the observed compounds</p></dd>
+ <dt><code>unit</code></dt><dd><p>The unit of the observations</p></dd>
+ <dt><code>replicates</code></dt><dd><p>The number of replicates</p></dd>
+ <dt><code>data</code></dt><dd><p>A dataframe with at least the columns name, time and value
+in order to be compatible with mkinfit</p></dd>
+</dl>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>

Contact - Imprint