From f39815aa87272849f8e0c808099c4cee780c2a81 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 3 Nov 2016 14:33:05 +0100 Subject: Static documentation rebuilt by pkgdown::build_site() Using pkgdown with PR hadley/pkgdown#212 --- docs/reference/mkin_wide_to_long.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'docs/reference/mkin_wide_to_long.html') 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 @@ @@ -102,10 +107,7 @@

Dataframe in long format as needed for modCost.

-

- - Examples -

+

Examples

wide <- data.frame(t = c(1,2,3), x = c(1,4,7), y = c(3,4,5)) mkin_wide_to_long(wide)
#> name time value #> 1 x 1 1 @@ -113,8 +115,7 @@ #> 3 x 3 7 #> 4 y 1 3 #> 5 y 2 4 -#> 6 y 3 5 -#>
+#> 6 y 3 5