View source: R/plot_pca.R View source: R/plotPCA.R
getVE | R Documentation |
Calculate variance explained in pca. used in plotPrincipalComponents
Calculate variance explained in pca. used in plotPrincipalComponents
getVE(pc, component = "PC1")
getVE(pc, component = "PC1")
pc |
prcomp object |
component |
principal component |
matrix of variance explained for a principal component
matrix of variance explained for a principal component
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.