Hello,

This code works fine but is so fast I can't see anything but the last plot.   

for (i in nrow(X)){
plot(as.numeric(d[i,]))  }

I'd like to view a plot every 500 milliseconds, nrow(X) = 400.  How?  

Thanks 
-- 
View this message in context: 
http://www.nabble.com/Plot-timer-in-a-for-loop-tp17741975p17741975.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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.

Reply via email to