diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-02-16 21:15:52 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2013-02-16 21:15:52 +0000 |
commit | 329dadc5fd557cbeec0d1f3a6db57b6b4d6f41d4 (patch) | |
tree | 8159a9ba673fc6c150a92748e142697c845ece1d /man/mkin_long_to_wide.Rd | |
parent | e6ba7af29db678ef437e7f8301299ec18f4c66a4 (diff) |
- 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
Diffstat (limited to 'man/mkin_long_to_wide.Rd')
-rw-r--r-- | man/mkin_long_to_wide.Rd | 5 |
1 files changed, 3 insertions, 2 deletions
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. |