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/plot.mmkin.html | 86 +++++++++++++++++++++++------------------- 1 file changed, 47 insertions(+), 39 deletions(-) (limited to 'docs/reference/plot.mmkin.html') diff --git a/docs/reference/plot.mmkin.html b/docs/reference/plot.mmkin.html index 1d5d0574..9f122fa8 100644 --- a/docs/reference/plot.mmkin.html +++ b/docs/reference/plot.mmkin.html @@ -25,12 +25,14 @@ - + + + @@ -70,7 +72,13 @@
  • Performance benefit by using compiled model definitions in mkin
  • +
  • + Calculation of time weighted average concentrations with mkin +
  • + +
  • + News
  • @@ -96,53 +104,53 @@ -

    When x is a row selected from an mmkin object ([.mmkin), the same model +

    When x is a row selected from an mmkin object ([.mmkin), the same model fitted for at least one dataset is shown. When it is a column, the fit of at least one model to the same dataset is shown.

    - -

    If the current plot device is a tikz device, +

    If the current plot device is a tikz device, then latex is being used for the formatting of the chi2 error level.

    -
    # S3 method for mmkin
    +    
    # S3 method for mmkin
     plot(x, main = "auto", legends = 1, errmin_var = "All data", errmin_digits = 3,
                   cex = 0.7, rel.height.middle = 0.9, ...)

    Arguments

    -
    -
    x
    -
    - An object of class mmkin, with either one row or one column. -
    -
    main
    -
    - The main title placed on the outer margin of the plot. -
    -
    legends
    -
    - An index for the fits for which legends should be shown. -
    -
    errmin_var
    -
    - The variable for which the FOCUS chi2 error value should be shown. -
    -
    errmin_digits
    -
    - The number of significant digits for rounding the FOCUS chi2 error percentage. -
    -
    cex
    -
    - Passed to the plot functions and mtext. -
    -
    rel.height.middle
    -
    - The relative height of the middle plot, if more than two rows of plots are shown. -
    -
    -
    - Further arguments passed to plot.mkinfit and mkinresplot. -
    -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    x

    An object of class mmkin, with either one row or one column.

    main

    The main title placed on the outer margin of the plot.

    legends

    An index for the fits for which legends should be shown.

    errmin_var

    The variable for which the FOCUS chi2 error value should be shown.

    errmin_digits

    The number of significant digits for rounding the FOCUS chi2 error percentage.

    cex

    Passed to the plot functions and mtext.

    rel.height.middle

    The relative height of the middle plot, if more than two rows of plots are shown.

    Further arguments passed to plot.mkinfit and mkinresplot.

    Value

    -- cgit v1.2.1