plot.simca {mdatools} | R Documentation |
Model overview plot for SIMCA
Description
Shows a set of plots for SIMCA model.
Usage
## S3 method for class 'simca'
plot(x, comp = c(1, 2), ncomp = x$ncomp.selected, ...)
Arguments
x |
a SIMCA model (object of class |
comp |
which components to show on scores and loadings plot |
ncomp |
how many components to use for residuals plot |
... |
other arguments |
Details
See examples in help for simcam
function.
[Package mdatools version 0.14.1 Index]