View source: R/S3methods-plot.R
plot.pca | R Documentation |
Show (s)pca explained variance plots
## S3 method for class 'pca'
plot(x, ncomp = NULL, type = "barplot", ...)
x |
A |
ncomp |
Integer, the number of components |
type |
Character, default "barplot" or any other type available in plot, as "l","b","p",.. |
... |
Not used |
Kim-Anh LĂȘ Cao, Florian Rohart, Leigh Coonan, Al J Abadi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.