[R] using R to generate resizable real-time plots

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Fri Aug 24 14:08:29 CEST 2001


Chris Marshall <chrism at norcomnetworks.com> writes:

>  Perfect!  Works like a charm!
> 
> Thank you so much.  I can't believe I got an answer in an hour.
> 
> R has to be one of the best supported tools in existance.

The tcltk package also has ways of doing this kind of stuff:

 library(tcltk)
 f <- function(){plot(rnorm(1000)); tkcmd("after", 1000,f)}
 f()

(To stop, set  f <- NULL)

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list