aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/IORE.solution.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/IORE.solution.html
parent1c7dbeec335c404377381157d34db6e219ce3f21 (diff)
Static docs except articles rebuilt with current pkgdown
Diffstat (limited to 'docs/reference/IORE.solution.html')
-rw-r--r--docs/reference/IORE.solution.html42
1 files changed, 28 insertions, 14 deletions
diff --git a/docs/reference/IORE.solution.html b/docs/reference/IORE.solution.html
index 8caef574..4a95f106 100644
--- a/docs/reference/IORE.solution.html
+++ b/docs/reference/IORE.solution.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> Indeterminate order rate equation kinetics — IORE.solution • mkin</title>
+<title>Indeterminate order rate equation kinetics — IORE.solution • 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,7 +100,7 @@
<div class="row">
<div class="col-md-9 contents">
<div class="page-header">
- <h1> Indeterminate order rate equation kinetics </h1>
+ <h1>Indeterminate order rate equation kinetics</h1>
</div>
@@ -103,19 +108,28 @@
a concentration dependent rate constant.</p>
- <pre><span class='fu'>IORE.solution</span>(<span class='no'>t</span>, <span class='no'>parent.0</span>, <span class='no'>k__iore</span>, <span class='no'>N</span>)</pre>
+ <pre class="usage"><span class='fu'>IORE.solution</span>(<span class='no'>t</span>, <span class='no'>parent.0</span>, <span class='no'>k__iore</span>, <span class='no'>N</span>)</pre>
<h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2>
- <dl class="dl-horizontal">
- <dt>t</dt>
- <dd> Time. </dd>
- <dt>parent.0</dt>
- <dd> Starting value for the response variable at time zero. </dd>
- <dt>k__iore</dt>
- <dd> Rate constant. Note that this depends on the concentration units used. </dd>
- <dt>N</dt>
- <dd> Exponent describing the nonlinearity of the rate equation </dd>
- </dl>
+ <table class="ref-arguments">
+ <colgroup><col class="name" /><col class="desc" /></colgroup>
+ <tr>
+ <th>t</th>
+ <td><p>Time.</p></td>
+ </tr>
+ <tr>
+ <th>parent.0</th>
+ <td><p>Starting value for the response variable at time zero.</p></td>
+ </tr>
+ <tr>
+ <th>k__iore</th>
+ <td><p>Rate constant. Note that this depends on the concentration units used.</p></td>
+ </tr>
+ <tr>
+ <th>N</th>
+ <td><p>Exponent describing the nonlinearity of the rate equation</p></td>
+ </tr>
+ </table>
<h2 class="hasAnchor" id="note"><a class="anchor" href="#note"></a>Note</h2>

Contact - Imprint