Re: [R] Vegan: Diversity Plot, label points

2011-11-29 Thread Gavin Simpson
On Wed, 2011-11-23 at 16:02 -0300, Alejo C.S. wrote: > Dear List, > > I can'f figure how to add point labels in the next plot (example from > ?taxondive help page): > > library(vegan) > data(dune) > data(dune.taxon) > taxdis <- taxa2dist(dune.taxon, varstep=TRUE) > mod <- taxondive(dune, taxdis)

[R] Vegan: Diversity Plot, label points

2011-11-23 Thread Alejo C.S.
Dear List, I can'f figure how to add point labels in the next plot (example from ?taxondive help page): library(vegan) data(dune) data(dune.taxon) taxdis <- taxa2dist(dune.taxon, varstep=TRUE) mod <- taxondive(dune, taxdis) plot(mod) The points in this plot are diversity values of single sites,