diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-14 18:37:07 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-14 18:37:07 +0100 |
commit | 373d98038c514c5152478127a8a2b9b390ee1b58 (patch) | |
tree | 5b3e2852caca2856e0d42c87149e865ed22d841d /vignettes/FOCUS_Z.html | |
parent | 6860dea6d5ef9dd9375a1cf98cc0bacfaea2dcb4 (diff) |
Load mkin quietly in vignettes
Static documentation articles rebuilt by pkgdown::build_articles()
Diffstat (limited to 'vignettes/FOCUS_Z.html')
-rw-r--r-- | vignettes/FOCUS_Z.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vignettes/FOCUS_Z.html b/vignettes/FOCUS_Z.html index 369e913d..1428ea85 100644 --- a/vignettes/FOCUS_Z.html +++ b/vignettes/FOCUS_Z.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>Example evaluation of FOCUS dataset Z</title> @@ -234,7 +234,7 @@ div.tocify { <h1 class="title toc-ignore">Example evaluation of FOCUS dataset Z</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="the-data" class="section level1"> <h1>The data</h1> <p>The following code defines the example dataset from Appendix 7 to the FOCUS kinetics report <span class="citation">(FOCUS Work Group on Degradation Kinetics 2014, 354)</span>.</p> -<pre class="r"><code>library(mkin, quiet = TRUE) +<pre class="r"><code>library(mkin, quietly = TRUE) LOD = 0.5 FOCUS_2006_Z = data.frame( t = c(0, 0.04, 0.125, 0.29, 0.54, 1, 2, 3, 4, 7, 10, 14, 21, |