I was wondering if someone could help me!
Here is what I don't understand! Why the text in the function isn't showing up before the locator action?
########### plot(1:10) toto<-function(){ cat("Why this text isn't showing up before the point selection !!!!!!!!") point<-locator(2) return(point) }
toto()
P.S.: I am using the most recent version of R for mac
Thanks a lot! -- S�bastien Durand Ma�trise en biologie Universit� de Montr�al (514) 343-6864 Universit� du Qu�bec � Montr�al (514) 987-3000 (1572#)
______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
