Skip to content
Prev 361943 / 398506 Next

biplot

On 6/22/2016 8:39 AM, Shane Carey wrote:
Rather than doing them manually,
you might have better luck with ggbiplot, and the ggrepel package 
designed to 'repel' point labels so they don't overlap.

install_github("vqv/ggbiplot")
https://cran.r-project.org/web/packages/ggrepel/vignettes/ggrepel.html

-Michael