Re: [R] Avoiding Biplot Labels Overllaping

2011-08-29 Thread samuel-rosa
Dear Rodrigo The best thing to do is to label manually the points in the biplot. To do so you have to use the following comand: > text(location, "text to place") *location* can be an x,y coordinate. Alternatively, the text can be placed interactively via mouse by specifying location as *locator(

[R] Avoiding Biplot Labels Overllaping

2008-10-23 Thread Rodrigo Aluizio
Sorry, just correcting the script!!! Hi everybody, I'm trying, without success, to avoid some variables labels to overlap on a capscale (vegan package) object graph. I was able to move the labels with the coding below, but it moves the entire vector... CAPobj<-CAPpotiFT for(i in c(2:8))CAPobj$

[R] Avoiding Biplot Labels Overllaping

2008-10-23 Thread Rodrigo Aluizio
Hi everybody, I'm trying, without success, to avoid some variables labels to overlap on a capscale (vegan package) object graph. I was able to move the labels with the coding below, but it moves the entire vector... CAPobj<-CAPpotiFT for(i in c(2:8))CAPobj$CCA[[i]][,1]<-CAPpotiFTI$CCA[[i]][,1]