plot.pcares | R Documentation |
Show several plots to give an overview about the PCA results
## S3 method for class 'pcares'
plot(x, comp = c(1, 2), ncomp = x$ncomp.selected, show.labels = TRUE, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.