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_long_to_wide.html | 48 +++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 22 deletions(-) (limited to 'docs/reference/mkin_long_to_wide.html') diff --git a/docs/reference/mkin_long_to_wide.html b/docs/reference/mkin_long_to_wide.html index 9b37726e..8d6432ae 100644 --- a/docs/reference/mkin_long_to_wide.html +++ b/docs/reference/mkin_long_to_wide.html @@ -6,8 +6,7 @@ - - — mkin_long_to_wide • mkin +Convert a dataframe from long to wide format — mkin_long_to_wide • 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 @@
    @@ -106,25 +109,26 @@ dependent variables as columns.

    -
    mkin_long_to_wide(long_data, time = "time", outtime = "time")
    +
    mkin_long_to_wide(long_data, time = "time", outtime = "time")

    Arguments

    -
    -
    long_data
    -
    - The dataframe must contain one variable called "time" with the time values specified by the - time argument, one column called "name" with the grouping of the observed values, and - finally one column of observed values called "value". -
    -
    time
    -
    - The name of the time variable in the long input data. -
    -
    outtime
    -
    - The name of the time variable in the wide output data. -
    -
    + + + + + + + + + + + + + + +
    long_data

    The dataframe must contain one variable called "time" with the time values specified by the + time argument, one column called "name" with the grouping of the observed values, and + finally one column of observed values called "value".

    time

    The name of the time variable in the long input data.

    outtime

    The name of the time variable in the wide output data.

    Value

    -- cgit v1.2.1