Re: [R] Pause on graphics

2008-01-16 Thread Vu Nguyen
ect.org Sent: Wednesday, January 16, 2008 11:26:29 AM Subject: Re: [R] Pause on graphics On 17/01/2008, at 6:46 AM, Vu Nguyen wrote: > My R script needs to pause or wait for a key or mouse on each > graph. I used the following statement after each plot > > par(ask=TRUE) > >

Re: [R] Pause on graphics

2008-01-16 Thread Rolf Turner
On 17/01/2008, at 6:46 AM, Vu Nguyen wrote: > My R script needs to pause or wait for a key or mouse on each > graph. I used the following statement after each plot > > par(ask=TRUE) > > This works on Windows but not on MacOS. > Is there any way to pause on graph in MacOS? (1) Why do you set p

Re: [R] Pause on graphics

2008-01-16 Thread mel
Vu Nguyen a écrit : > My R script needs to pause or wait for a key or mouse on each graph. I used > the following statement after each plot > par(ask=TRUE) > This works on Windows but not on MacOS. > Is there any way to pause on graph in MacOS? > Thanks, > Vu scan() should work __

[R] Pause on graphics

2008-01-16 Thread Vu Nguyen
My R script needs to pause or wait for a key or mouse on each graph. I used the following statement after each plot par(ask=TRUE) This works on Windows but not on MacOS. Is there any way to pause on graph in MacOS? Thanks, Vu [[alternative HTML version deleted]]