factoextra provides some easy-to-use functions to extract and visualize the output of PCA (Principal Component Analysis), CA (Correspondence Analysis) and MCA (Multiple Correspondence Analysis) functions from several packages : PCA, CA, MCA [FactoMineR]; prcomp and princomp [stats]; dudi.pca, dudi.coa, dudi.acm [ade4]; ca [ca]; corresp [MASS]. It contains also many functions for simplifying clustering analysis workflows. Ggplot2 plotting system is used.
install.packages("devtools")
library(devtools)
install_github("kassambara/factoextra")
Find out more at http://www.sthda.com/english/wiki/factoextra-r-package