From ccc70e82af4ba435f0a71ba1ae4e0e92045c3852 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 5 May 2017 12:46:31 +0200 Subject: Static docs except articles rebuilt with current pkgdown --- docs/reference/mkin_wide_to_long.html | 38 +++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'docs/reference/mkin_wide_to_long.html') diff --git a/docs/reference/mkin_wide_to_long.html b/docs/reference/mkin_wide_to_long.html index 378d3691..fbb079be 100644 --- a/docs/reference/mkin_wide_to_long.html +++ b/docs/reference/mkin_wide_to_long.html @@ -6,8 +6,7 @@ - - — mkin_wide_to_long • mkin +Convert a dataframe with observations over time into long format — mkin_wide_to_long • mkin @@ -26,12 +25,14 @@ - + + + @@ -71,6 +72,9 @@
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Calculation of time weighted average concentrations with mkin +
  • @@ -96,8 +100,7 @@
    @@ -105,20 +108,21 @@ dependent variable and converts it into the long form as required by modCost.

    -
    mkin_wide_to_long(wide_data, time = "t")
    +
    mkin_wide_to_long(wide_data, time = "t")

    Arguments

    -
    -
    wide_data
    -
    - The dataframe must contain one variable with the time values specified by the - time argument and usually more than one column of observed values. -
    -
    time
    -
    - The name of the time variable. -
    -
    + + + + + + + + + + +
    wide_data

    The dataframe must contain one variable with the time values specified by the + time argument and usually more than one column of observed values.

    time

    The name of the time variable.

    Value

    -- cgit v1.2.1