aboutsummaryrefslogtreecommitdiff
path: root/man/mkin_long_to_wide.Rd
diff options
context:
space:
mode:
authorjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
committerjranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>2012-03-15 15:54:14 +0000
commit1718d434efae26de02754c6622c43f4dc9e624b9 (patch)
treec2dafe942f65e94cd43e1ba17933b667f284d154 /man/mkin_long_to_wide.Rd
parent2b244ef7d3cbebaaa653d8c8ac87090e34525f7a (diff)
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
Diffstat (limited to 'man/mkin_long_to_wide.Rd')
-rw-r--r--man/mkin_long_to_wide.Rd7
1 files changed, 5 insertions, 2 deletions
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{

Contact - Imprint