diff options
Diffstat (limited to 'docs/reference/mkin_wide_to_long.html')
-rw-r--r-- | docs/reference/mkin_wide_to_long.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/mkin_wide_to_long.html b/docs/reference/mkin_wide_to_long.html index 077c0b7d..3b2d46e5 100644 --- a/docs/reference/mkin_wide_to_long.html +++ b/docs/reference/mkin_wide_to_long.html @@ -81,7 +81,7 @@ </div> - <p>This function simply takes a dataframe with one independent variable and several + <p>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>modCost</code>.</p> @@ -91,7 +91,7 @@ <dl class="dl-horizontal"> <dt>wide_data</dt> <dd> - 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</code> argument and usually more than one column of observed values. </dd> <dt>time</dt> |