aboutsummaryrefslogtreecommitdiff
path: root/man/mkin_long_to_wide.Rd
diff options
context:
space:
mode:
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 97791e6..6fa1860 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