> > I want a script of mine to run identify(), and possibly switch to > > interactive mode at some point. Is it possible?
in case you're interested, I found myself a solution for my problem. create a file (test.R) containing x=rnorm(100) y=rnorm(100) x11() plot( x,y ) identify(x,y,1:100) then $ R < test.R will do the trick ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
