aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/mkin_wide_to_long.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-03 14:33:05 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-03 17:48:31 +0100
commitf39815aa87272849f8e0c808099c4cee780c2a81 (patch)
treed3f59ae226591252e17737e12bae7f90be278b7b /docs/reference/mkin_wide_to_long.html
parentbad0c7caff62aa90225ae8acee43b297bdc28b25 (diff)
Static documentation rebuilt by pkgdown::build_site()
Using pkgdown with PR hadley/pkgdown#212
Diffstat (limited to 'docs/reference/mkin_wide_to_long.html')
-rw-r--r--docs/reference/mkin_wide_to_long.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/reference/mkin_wide_to_long.html b/docs/reference/mkin_wide_to_long.html
index bce6d6a4..965262ce 100644
--- a/docs/reference/mkin_wide_to_long.html
+++ b/docs/reference/mkin_wide_to_long.html
@@ -61,7 +61,12 @@
</ul>
<ul class="nav navbar-nav navbar-right">
-
+ <li>
+ <a href="http://github.com/jranke/mkin">
+ <span class="fa fa-github fa-lg"></span>
+
+ </a>
+</li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
@@ -102,10 +107,7 @@
<p>Dataframe in long format as needed for <code>modCost</code>.</p>
- <h2 class="hasAnchor" id="examples">
- <a class="anchor" href="#examples"></a>
- Examples
- </h2>
+ <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
<pre class="examples"><div class='input'><span class='no'>wide</span> <span class='kw'>&lt;-</span> <span class='fu'>data.frame</span>(<span class='kw'>t</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>1</span>,<span class='fl'>2</span>,<span class='fl'>3</span>), <span class='kw'>x</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>1</span>,<span class='fl'>4</span>,<span class='fl'>7</span>), <span class='kw'>y</span> <span class='kw'>=</span> <span class='fu'>c</span>(<span class='fl'>3</span>,<span class='fl'>4</span>,<span class='fl'>5</span>))
<span class='fu'>mkin_wide_to_long</span>(<span class='no'>wide</span>)</div><div class='output co'>#&gt; name time value
#&gt; 1 x 1 1
@@ -113,8 +115,7 @@
#&gt; 3 x 3 7
#&gt; 4 y 1 3
#&gt; 5 y 2 4
-#&gt; 6 y 3 5
-#&gt; </div></pre>
+#&gt; 6 y 3 5</div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
@@ -135,7 +136,7 @@
<footer>
<div class="copyright">
- <p>Developed by Johannes Ranke, Eurofins Regulatory AG.</p>
+ <p>Developed by Johannes Ranke.</p>
</div>
<div class="pkgdown">

Contact - Imprint