From f3f415520c89f9d8526bf6fadc862ebd44be220d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 17 Nov 2016 18:14:32 +0100 Subject: Remove trailing whitespace, clean headers Also ignore test.R in the top level directory, as it is not meant to be public --- man/mkin_long_to_wide.Rd | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 7f01b7f1..5dd335de 100644 --- a/man/mkin_long_to_wide.Rd +++ b/man/mkin_long_to_wide.Rd @@ -7,14 +7,14 @@ 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}} - and converts it into a dataframe with one independent variable and several + This function takes a dataframe in the long form as required by \code{\link{modCost}} + and converts it into a dataframe with one independent variable and several dependent variables as columns. } \arguments{ \item{long_data}{ - 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 + 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}{ -- cgit v1.2.1