On 6/22/2016 8:39 AM, Shane Carey wrote:
Hey,
Does anyone know how to remove labels from a biplot? I want to input them
manually as they are currently overlapping.
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
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.