From 329dadc5fd557cbeec0d1f3a6db57b6b4d6f41d4 Mon Sep 17 00:00:00 2001 From: jranke Date: Sat, 16 Feb 2013 21:15:52 +0000 Subject: - Some maintenance fixes - Start of the examples vignette git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@61 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/mkin_long_to_wide.Rd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/mkin_long_to_wide.Rd') diff --git a/man/mkin_long_to_wide.Rd b/man/mkin_long_to_wide.Rd index 6fa18606..e5836640 100644 --- a/man/mkin_long_to_wide.Rd +++ b/man/mkin_long_to_wide.Rd @@ -13,8 +13,9 @@ mkin_long_to_wide(long_data, time = "time", outtime = "time") } \arguments{ \item{long_data}{ - The dataframe must contain one variable with the time values specified by the - \code{time} argument and one column of observed values named "value". + The dataframe must contain one variable called "time" with the time values specified by the + \code{time} argument, one column called "name" with the grouping of the observed values, and + finally one column of observed values called "value". } \item{time}{ The name of the time variable in the long input data. -- cgit v1.2.1