From 1718d434efae26de02754c6622c43f4dc9e624b9 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 15 Mar 2012 15:54:14 +0000 Subject: Update kinfit and mkin to the latest version published on BerliOS. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/mkin_long_to_wide.Rd | 7 +++++-- 1 file changed, 5 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 97791e6d..6fa18606 100644 --- a/man/mkin_long_to_wide.Rd +++ b/man/mkin_long_to_wide.Rd @@ -4,7 +4,7 @@ Convert a dataframe from long to wide format. } \usage{ -mkin_long_to_wide(long_data, time = "time") +mkin_long_to_wide(long_data, time = "time", outtime = "time") } \description{ This function takes a dataframe in the long form as required by \code{\link{modCost}} @@ -17,7 +17,10 @@ mkin_long_to_wide(long_data, time = "time") \code{time} argument and one column of observed values named "value". } \item{time}{ - The name of the time variable. + The name of the time variable in the long input data. +} + \item{outtime}{ + The name of the time variable in the wide output data. } } \value{ -- cgit v1.2.1