plot.pcares {mdatools} | R Documentation |
Plot method for PCA results object
Description
Show several plots to give an overview about the PCA results
Usage
## S3 method for class 'pcares'
plot(x, comp = c(1, 2), ncomp = x$ncomp.selected, show.labels = TRUE, ...)
Arguments
x |
PCA results (object of class |
comp |
which components to show the scores plot for (can be one value or vector with two values). |
ncomp |
how many components to use for showing the residual distance plot |
show.labels |
logical, show or not labels for the plot objects |
... |
other arguments |
[Package mdatools version 0.14.1 Index]