R/plot.nlme.mmkin.R
plot.nlme.mmkin.Rd
Plot a fitted nonlinear mixed model obtained via an mmkin row object
# S3 method for nlme.mmkin plot( x, i = 1:ncol(x$mmkin_orig), main = "auto", legends = 1, resplot = c("time", "errmod"), standardized = FALSE, show_errmin = TRUE, errmin_var = "All data", errmin_digits = 3, cex = 0.7, rel.height.middle = 0.9, ymax = "auto", ... )
x | An object of class |
---|---|
i | A numeric index to select datasets for which to plot the nlme fit, in case plots get too large |
main | The main title placed on the outer margin of the plot. |
legends | An index for the fits for which legends should be shown. |
resplot | Should the residuals plotted against time, using
|
standardized | Should the residuals be standardized? This option
is passed to |
show_errmin | Should the chi2 error level be shown on top of the plots to the left? |
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 |
rel.height.middle | The relative height of the middle plot, if more than two rows of plots are shown. |
ymax | Maximum y axis value for |
... | Further arguments passed to |
The function is called for its side effect.