View source: R/eigen_value_plot.R
eigen_value_plot | R Documentation |
Plot the Eigen Values and their respective loadings from a PCA. Simple plot that doesn't include the data points.
eigen_value_plot(pcobj, sel_pc = c(1, 2), ...)
pcobj |
PCA object from stats::pcomp. |
sel_pc |
Select two principal components to plot. |
... |
size of the labels and ratio of the plot |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.