Message-ID: <2718cd52-3fa4-ad98-72ac-3b08fd51cba2@yorku.ca>
Date: 2016-06-23T13:03:03Z
From: Michael Friendly
Subject: biplot
In-Reply-To: <CA+jRDxDdgu-Zz1A04xJELaXe5TFr-H=rh5MVZ21au6C4=wm99g@mail.gmail.com>
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