Re: [R] time my process

2012-03-29 Thread R. Michael Weylandt
?Sys.sleep() or set par(ask=TRUE) Michael On Mar 29, 2012, at 4:43 AM, threshold wrote: > Dear R users, > given a simple plotting procedure below, how can I make the figures changing > on a slower rate (say every 2 sec) > > for(i in 1:100){ts.plot(rnorm(i))} > > Best, robert > > -- > View t

[R] time my process

2012-03-29 Thread threshold
Dear R users, given a simple plotting procedure below, how can I make the figures changing on a slower rate (say every 2 sec) for(i in 1:100){ts.plot(rnorm(i))} Best, robert -- View this message in context: http://r.789695.n4.nabble.com/time-my-process-tp4514836p4514836.html Sent from the R he