kassambara / factoextra

Extract and Visualize the Results of Multivariate Data Analyses
http://www.sthda.com/english/rpkgs/factoextra
359 stars 103 forks source link

fviz_pca_biplot - invisible = "var" Error #35

Closed Brizzl closed 7 years ago

Brizzl commented 7 years ago

While trying to use the fviz_pca_biplot with the parameter invisible = "var" not only the var became invisible but the whole biplot disappeared/turned invisible, therefore not usable for me at the moment.

kassambara commented 7 years ago

Hi,

Please, make sure that you have the latest developmental version of factoextra and ggpubr. You can install them as follow:

if(!require(devtools)) install.packages("devtools")
devtools::install_github("kassambara/ggpubr")
devtools::install_github("kassambara/factoextra")

Please, let me know if it works, thanks.

Brizzl commented 7 years ago

Yes, thank you the ggpubr did make the difference!