I'm trying to create a series of demos for students. It would be helpful if plotted data points could appear one by one with, say, half-second delays between points. For instance, code like this
v<-0:60 z<-3/5+4i/5 t<-z^(v/9) plot(Re(t),Im(t)) would be better if I could invoke some pausing between points so the student could see the progression of the process. Many mathematical progressions might be more understandable if the viewer could see this happen over intervals of time. Naturally I'd like to avoid for loops if that's possible. I really don't know where to start my search. Any suggestions? ..... judson blake [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.