aboutsummaryrefslogtreecommitdiff
path: root/vignettes/mkin.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-01-14 18:37:07 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2018-01-14 18:37:07 +0100
commit373d98038c514c5152478127a8a2b9b390ee1b58 (patch)
tree5b3e2852caca2856e0d42c87149e865ed22d841d /vignettes/mkin.html
parent6860dea6d5ef9dd9375a1cf98cc0bacfaea2dcb4 (diff)
Load mkin quietly in vignettes
Static documentation articles rebuilt by pkgdown::build_articles()
Diffstat (limited to 'vignettes/mkin.html')
-rw-r--r--vignettes/mkin.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/vignettes/mkin.html b/vignettes/mkin.html
index f87c967f..635dd79e 100644
--- a/vignettes/mkin.html
+++ b/vignettes/mkin.html
@@ -11,7 +11,7 @@
<meta name="author" content="Johannes Ranke" />
-<meta name="date" content="2017-11-16" />
+<meta name="date" content="2018-01-14" />
<title>Introduction to mkin</title>
@@ -234,7 +234,7 @@ div.tocify {
<h1 class="title toc-ignore">Introduction to mkin</h1>
<h4 class="author"><em>Johannes Ranke</em></h4>
-<h4 class="date"><em>2017-11-16</em></h4>
+<h4 class="date"><em>2018-01-14</em></h4>
</div>
@@ -243,7 +243,7 @@ div.tocify {
<div id="abstract" class="section level1">
<h1>Abstract</h1>
<p>In the regulatory evaluation of chemical substances like plant protection products (pesticides), biocides and other chemicals, degradation data play an important role. For the evaluation of pesticide degradation experiments, detailed guidance has been developed, based on nonlinear optimisation. The <code>R</code> add-on package <code>mkin</code> <span class="citation">(Ranke 2016)</span> implements fitting some of the models recommended in this guidance from within R and calculates some statistical measures for data series within one or more compartments, for parent and metabolites.</p>
-<pre class="r"><code>library(mkin)
+<pre class="r"><code>library(&quot;mkin&quot;, quietly = TRUE)
# Define the kinetic model
m_SFO_SFO_SFO &lt;- mkinmod(parent = mkinsub(&quot;SFO&quot;, &quot;M1&quot;),
M1 = mkinsub(&quot;SFO&quot;, &quot;M2&quot;),

Contact - Imprint