aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/schaefer07_complex_case.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/schaefer07_complex_case.html
parent1c7dbeec335c404377381157d34db6e219ce3f21 (diff)
Static docs except articles rebuilt with current pkgdown
Diffstat (limited to 'docs/reference/schaefer07_complex_case.html')
-rw-r--r--docs/reference/schaefer07_complex_case.html40
1 files changed, 23 insertions, 17 deletions
diff --git a/docs/reference/schaefer07_complex_case.html b/docs/reference/schaefer07_complex_case.html
index 46f0a84b..1415d318 100644
--- a/docs/reference/schaefer07_complex_case.html
+++ b/docs/reference/schaefer07_complex_case.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">
@@ -101,20 +109,18 @@
The results from the fitting are also included.</p>
- <pre><span class='fu'>data</span>(<span class='no'>schaefer07_complex_case</span>)</pre>
+ <pre class="usage"><span class='fu'>data</span>(<span class='no'>schaefer07_complex_case</span>)</pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
- <p>The data set is a data frame with 8 observations on the following 6 variables.
- <dl class='dl-horizontal'>
- <dt><code>time</code></dt><dd>a numeric vector</dd>
- <dt><code>parent</code></dt><dd>a numeric vector</dd>
- <dt><code>A1</code></dt><dd>a numeric vector</dd>
- <dt><code>B1</code></dt><dd>a numeric vector</dd>
- <dt><code>C1</code></dt><dd>a numeric vector</dd>
- <dt><code>A2</code></dt><dd>a numeric vector</dd>
- </dl></p>
- <p>The results are a data frame with 14 results for different parameter values</p>
+ <p>The data set is a data frame with 8 observations on the following 6 variables.</p><dl class='dl-horizontal'>
+ <dt><code>time</code></dt><dd><p>a numeric vector</p></dd>
+ <dt><code>parent</code></dt><dd><p>a numeric vector</p></dd>
+ <dt><code>A1</code></dt><dd><p>a numeric vector</p></dd>
+ <dt><code>B1</code></dt><dd><p>a numeric vector</p></dd>
+ <dt><code>C1</code></dt><dd><p>a numeric vector</p></dd>
+ <dt><code>A2</code></dt><dd><p>a numeric vector</p></dd>
+ </dl><p>The results are a data frame with 14 results for different parameter values</p>
<h2 class="hasAnchor" id="references"><a class="anchor" href="#references"></a>References</h2>
@@ -135,7 +141,7 @@
<span class='no'>fit</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='no'>model</span>, <span class='no'>data</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)
<span class='fu'>plot</span>(<span class='no'>fit</span>)</div><img src='schaefer07_complex_case-4.png' alt='' width='540' height='400' /><div class='input'> <span class='fu'><a href='endpoints.html'>endpoints</a></span>(<span class='no'>fit</span>)</div><div class='output co'>#&gt; $ff
#&gt; parent_A1 parent_B1 parent_C1 parent_sink A1_A2 A1_sink
-#&gt; 0.3809619 0.1954668 0.4235713 0.0000000 0.4479607 0.5520393
+#&gt; 0.3809618 0.1954667 0.4235715 0.0000000 0.4479596 0.5520404
#&gt;
#&gt; $SFORB
#&gt; logical(0)
@@ -143,10 +149,10 @@
#&gt; $distimes
#&gt; DT50 DT90
#&gt; parent 13.95078 46.34349
-#&gt; A1 49.75343 165.27732
-#&gt; B1 37.26906 123.80513
-#&gt; C1 11.23131 37.30959
-#&gt; A2 28.50640 94.69621
+#&gt; A1 49.75345 165.27739
+#&gt; B1 37.26908 123.80521
+#&gt; C1 11.23130 37.30957
+#&gt; A2 28.50652 94.69662
#&gt; </div><div class='input'>
<span class='co'># Compare with the results obtained in the original publication</span>
<span class='fu'>print</span>(<span class='no'>schaefer07_complex_results</span>)</div><div class='output co'>#&gt; compound parameter KinGUI ModelMaker deviation

Contact - Imprint