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/mkinresplot.html | 97 ++++++++++++++++++++++------------------- 1 file changed, 51 insertions(+), 46 deletions(-) (limited to 'docs/reference/mkinresplot.html') diff --git a/docs/reference/mkinresplot.html b/docs/reference/mkinresplot.html index fd5722bc..44a641b6 100644 --- a/docs/reference/mkinresplot.html +++ b/docs/reference/mkinresplot.html @@ -6,8 +6,7 @@ - - — mkinresplot • mkin +Function to plot residuals stored in an mkin object — mkinresplot • 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 @@
    @@ -107,53 +110,55 @@ using the argument show_residuals = TRUE.

    -
    mkinresplot(object,
    +    
    mkinresplot(object,
         obs_vars = names(object$mkinmod$map),
         xlim = c(0, 1.1 * max(object$data$time)),
         xlab = "Time", ylab = "Residual",
         maxabs = "auto", legend = TRUE, lpos = "topright", ...)

    Arguments

    -
    -
    object
    -
    - A fit represented in an mkinfit object. -
    -
    obs_vars
    -
    - A character vector of names of the observed variables for which residuals - should be plotted. Defaults to all observed variables in the model -
    -
    xlim
    -
    - plot range in x direction. -
    -
    xlab
    -
    - Label for the x axis. Defaults to "Time [days]". -
    -
    ylab
    -
    - Label for the y axis. Defaults to "Residual [% of applied radioactivity]". -
    -
    maxabs
    -
    - Maximum absolute value of the residuals. This is used for the scaling of - the y axis and defaults to "auto". -
    -
    legend
    -
    - Should a legend be plotted? Defaults to "TRUE". -
    -
    lpos
    -
    - Where should the legend be placed? Default is "topright". Will be passed on to - legend.
    -
    -
    - further arguments passed to plot. -
    -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    object

    A fit represented in an mkinfit object.

    obs_vars

    A character vector of names of the observed variables for which residuals + should be plotted. Defaults to all observed variables in the model

    xlim

    plot range in x direction.

    xlab

    Label for the x axis. Defaults to "Time [days]".

    ylab

    Label for the y axis. Defaults to "Residual [% of applied radioactivity]".

    maxabs

    Maximum absolute value of the residuals. This is used for the scaling of + the y axis and defaults to "auto".

    legend

    Should a legend be plotted? Defaults to "TRUE".

    lpos

    Where should the legend be placed? Default is "topright". Will be passed on to + legend.

    further arguments passed to plot.

    Value

    -- cgit v1.2.1