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_wide_to_long.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/mkin_wide_to_long.Rd') diff --git a/man/mkin_wide_to_long.Rd b/man/mkin_wide_to_long.Rd index cadfe4a2..b531c41c 100644 --- a/man/mkin_wide_to_long.Rd +++ b/man/mkin_wide_to_long.Rd @@ -7,12 +7,12 @@ mkin_wide_to_long(wide_data, time = "t") } \description{ - This function simply takes a dataframe with one independent variable and several + This function simply takes a dataframe with one independent variable and several dependent variable and converts it into the long form as required by \code{\link{modCost}}. } \arguments{ \item{wide_data}{ - The dataframe must contain one variable with the time values specified by the + The dataframe must contain one variable with the time values specified by the \code{time} argument and usually more than one column of observed values. } \item{time}{ -- cgit v1.2.1