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/mkinsub.html | 60 ++++++++++++++++++++++++--------------------- 1 file changed, 32 insertions(+), 28 deletions(-) (limited to 'docs/reference/mkinsub.html') diff --git a/docs/reference/mkinsub.html b/docs/reference/mkinsub.html index aff0b593..2269b228 100644 --- a/docs/reference/mkinsub.html +++ b/docs/reference/mkinsub.html @@ -6,8 +6,7 @@ - - — mkinsub • mkin +Function to set up a kinetic submodel for one state variable — mkinsub • 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,33 +108,34 @@ mkinmod.

    -
    mkinsub(submodel, to = NULL, sink = TRUE, full_name = NA)
    +
    mkinsub(submodel, to = NULL, sink = TRUE, full_name = NA)

    Arguments

    -
    -
    submodel
    -
    - Character vector of length one to specify the submodel type. See - mkinmod for the list of allowed submodel names. -
    -
    to
    -
    - Vector of the names of the state variable to which a transformation - shall be included in the model. -
    -
    sink
    -
    - Should a pathway to sink be included in the model in addition to the - pathways to other state variables? -
    -
    full_name
    -
    - An optional name to be used e.g. for plotting fits performed with the model. + + + + + + + + + + + + + + + + + + +
    submodel

    Character vector of length one to specify the submodel type. See + mkinmod for the list of allowed submodel names.

    to

    Vector of the names of the state variable to which a transformation + shall be included in the model.

    sink

    Should a pathway to sink be included in the model in addition to the + pathways to other state variables?

    full_name

    An optional name to be used e.g. for plotting fits performed with the model. You can use non-ASCII characters here, but then your R code will not be portable, i.e. may produce unintended plot results on other - operating systems or system configurations. - - + operating systems or system configurations.

    Value

    -- cgit v1.2.1