Description Usage Arguments Examples
View source: R/pca.screeplot.R
Plots the percentage of explained variance against the number of the principal component.
1 | pca.screeplot(data, center = T, scale = F, type = 1)
|
data |
The data used to build the screeplot |
center |
Column centering the data (default = |
scale |
Scaling the data (default = |
type |
Type of screeplot (1 = dots and lines, 2 = barplot) |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.