Re: [R-sig-eco] Fwd: metaMDS - avoid species overlap in plots

2012-07-19 Thread Gavin Simpson
On Mon, 2012-06-25 at 16:46 +0200, Kay Cichini wrote: Hi! library(vegan) data(dune) sol - metaMDS(dune) # use argument air! see ?orditorp: plot(sol, type = n) orditorp(sol, displ = sp, air = 1) # or use pointLabel() from maptools package. this should avoid overplotting of text -

Re: [R-sig-eco] Fwd: metaMDS - avoid species overlap in plots

2012-07-19 Thread Gian Maria Niccolò Benucci
Hi, Thank you very much for your help! G. On 19 July 2012 18:13, Gavin Simpson gavin.simp...@ucl.ac.uk wrote: On Mon, 2012-06-25 at 16:46 +0200, Kay Cichini wrote: Hi! library(vegan) data(dune) sol - metaMDS(dune) # use argument air! see ?orditorp: plot(sol, type = n)

[R-sig-eco] Fwd: metaMDS - avoid species overlap in plots

2012-06-25 Thread Kay Cichini
Hi! library(vegan) data(dune) sol - metaMDS(dune) # use argument air! see ?orditorp: plot(sol, type = n) orditorp(sol, displ = sp, air = 1) # or use pointLabel() from maptools package. this should avoid overplotting of text - # here is an example where I added cex according to species