Hi, I'm using nmds command (library vegan) to analyze some fishing data.
I'd like to plot not only points, but also the names of species and stations in a specified position. I used the command text(nmds$points[,1], nmds $points[,2],labels=row.names(nmds $points),pos=3,cex=0.5) But the labels are sometimes overlapped. Is there any way to use identify, or a similar command, to plot the row names in a given position? Identify would be perfect but it indicates the row number and I'd like to have the row name given in nmds$points. Many thanks, Antonio Olinto Sao Paulo Fisheries Institute Brasil ------------------------------------------------- BCMG Internet Webmail www.bcmg.com.br ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.