<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=MingLiu size=2>Dear List,</FONT></DIV>
<DIV><FONT face=細明體 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=細明體 size=2>Suppose I want to do a demonstration with R, which I 
will be showing a couple of different graphs (e.g. demo(graphics) ).&nbsp; 
However I want R to run through each graphics automatically.&nbsp; I can achieve 
this by changing the line in demo(graphics):</FONT></DIV>
<DIV><FONT face=MingLiu size=2>&nbsp;&nbsp;&nbsp; <FONT face=MingLiu>opar &lt;- 
par(ask = interactive() 
&amp;&amp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(.Device %in% c("X11", "GTK", "windows", "Macintosh")))</FONT></FONT></DIV>
<DIV><FONT face=MingLiu size=2>to</FONT></DIV>
<DIV><FONT face=MingLiu size=2>&nbsp;&nbsp;&nbsp; opar &lt;- par(ask 
=&nbsp;FALSE 
&amp;&amp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
(.Device %in% c("X11", "GTK", "windows", "Macintosh")))</FONT></DIV>
<DIV><FONT face=細明體 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=細明體 size=2>However, I am not sure how I can delay the speed of 
changing between graphs.&nbsp; In other words, as soon as R finish painting one 
graph, it will start painting the next one immediately.&nbsp; What can I do to 
make R wait for, say 5 seconds, before it start painting the next 
graph?</FONT></DIV>
<DIV><FONT face=細明體 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=細明體 size=2>Thanks a lot,</FONT></DIV>
<DIV><FONT face=細明體 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=細明體 size=2>Ko-Kang Wang</FONT></DIV></BODY></HTML>