I would like to draw vectors from the capscale residency using VEGAN . I am familiar with the display ="bp" command, but this adds labels that are obscured by points on the site. Is there a simple way to fix them? I am pleased to add them later, that is, after export and as part of the word for publication.
My code so far looks like this:
plot(mod, scaling = 3, type="n") with(data, points(mod, display="sites", cex=Pointsize, pch=ifelse(Cat=="Reference",21,19)) ,bg=Cat,) with(data,text(mod,display="bp"))
Help will be appreciated
source share