View source: R/analysis_clustering.R
plot_pca_variance | R Documentation |
Plot the variance explained by each PCA component. The number of
components shown is controlled by num_components
, with up to the
first 10 componenets shown by default. If less than the requested number of
components exist, then all the components will be shown.
plot_pca_variance(pca, num_components = 10)
pca |
output of |
num_components |
maximum components to be shown. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.