Skip to content

Auto Demonstration...

2 messages · Ko-Kang Kevin Wang, Yves Gauvreau

#
Dear List,

Suppose I want to do a demonstration with R, which I will be showing a couple of different graphs (e.g. demo(graphics) ).  However I want R to run through each graphics automatically.  I can achieve this by changing the line in demo(graphics):
    opar <- par(ask = interactive() &&
            (.Device %in% c("X11", "GTK", "windows", "Macintosh")))
to
    opar <- par(ask = FALSE &&
            (.Device %in% c("X11", "GTK", "windows", "Macintosh")))

However, I am not sure how I can delay the speed of changing between graphs.  In other words, as soon as R finish painting one graph, it will start painting the next one immediately.  What can I do to make R wait for, say 5 seconds, before it start painting the next graph?

Thanks a lot,

Ko-Kang Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20010110/1e6d9e6b/attachment.html
#
You could use Sys.sleep(5) between each of your plots.

Yves Gauvreau
B.E.F.P. Universite du Quebec a Montreal
cyg at sympatico.ca

-----Message d'origine-----
De : owner-r-help at stat.math.ethz.ch
[mailto:owner-r-help at stat.math.ethz.ch]De la part de Ko-Kang at xtra.co.nz
Envoye : Tuesday, January 09, 2001 10:31 PM
A : R Help
Objet : [R] Auto Demonstration...


Dear List,

Suppose I want to do a demonstration with R, which I will be showing a
couple of different graphs (e.g. demo(graphics) ).  However I want R to run
through each graphics automatically.  I can achieve this by changing the
line in demo(graphics):
    opar <- par(ask = interactive() &&
            (.Device %in% c("X11", "GTK", "windows", "Macintosh")))
to
    opar <- par(ask = FALSE &&
            (.Device %in% c("X11", "GTK", "windows", "Macintosh")))

However, I am not sure how I can delay the speed of changing between graphs.
In other words, as soon as R finish painting one graph, it will start
painting the next one immediately.  What can I do to make R wait for, say 5
seconds, before it start painting the next graph?

Thanks a lot,

Ko-Kang Wang

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