gavinsimpson / ggvegan

ggplot-based plots for vegan
https://gavinsimpson.github.io/ggvegan/
GNU General Public License v2.0
113 stars 30 forks source link

Use ggrepel for the autoplot methods of ordination objects #33

Open gavinsimpson opened 2 years ago

gavinsimpson commented 2 years ago

We can make a much nicer automatic plot if ggrepel is used to labels the points. Do this for all the ordination methods:

vlonde commented 1 year ago

Hi Gavin, Can you provide an example of how to use ggrepel with ggvegan? I'm trying to avoid overlapping text inside the plot, but it's not working. Thanks.