Quantcast
Viewing all articles
Browse latest Browse all 206305

How can I adjust the dimension of the axes fviz_pca

I'm trying to put the two axes of my biplot exactly equally scaled (i.e., 1 cm on the vertical axis must represent the same 1 cm on the horizontal axis). How can I do that with fviz_pca? or there is some better pca package?

My code

fviz_pca_ind(res.pca,
         col.ind = groups, # color by groups
         palette = c("#00AFBB",  "#FC4E07"),
         addEllipses = TRUE, # Concentration ellipses
         ellipse.type = "convex",
         legend.title = "Groups",
         repel = T, ggtheme=theme(axis.text=element_text(size=16), axis.title=element_text(size=16)))

Image may be NSFW.
Clik here to view.
PCA fviz_pca_ind


Viewing all articles
Browse latest Browse all 206305

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>