Re: [R] multiple plots without for loops

2010-06-16 Thread Petr PIKAL
... Peter Alspach -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of sh...@ucar.edu Sent: Wednesday, 16 June 2010 3:27 p.m. To: Phil Spector Cc: r-help@r-project.org Subject: Re: [R] multiple plots without for loops

[R] multiple plots without for loops

2010-06-15 Thread sheck
Dear All- I am trying to plot over one hundred figures. I do not want to save them, just walk through them to take a look. If I run the code as it is below, then the plots just rapidly run through. I tried adding a new device, but I reached the device number limit. I have gone through

Re: [R] multiple plots without for loops

2010-06-15 Thread Phil Spector
Sherri - Perhaps calling par(ask=TRUE) before plotting would be useful. (You'll be prompted to hit Return to see the next plot in the series.) - Phil Spector Statistical Computing Facility

Re: [R] multiple plots without for loops

2010-06-15 Thread sheck
Thanks for the reply, Phil. My computer gets hung up on the par(ask=TRUE) call. I just tried readline(Hit ENTER to proceed.) and, it works well going forward. However, I cannot go backwards. Any thoughts? thanks again- sherri Quoting Phil Spector spec...@stat.berkeley.edu: Sherri -

Re: [R] multiple plots without for loops

2010-06-15 Thread Peter Alspach
plots without for loops Thanks for the reply, Phil. My computer gets hung up on the par(ask=TRUE) call. I just tried readline(Hit ENTER to proceed.) and, it works well going forward. However, I cannot go backwards. Any thoughts? thanks again- sherri Quoting Phil Spector spec

Re: [R] multiple plots without for loops

2010-06-15 Thread sheck
...@ucar.edu Sent: Wednesday, 16 June 2010 3:27 p.m. To: Phil Spector Cc: r-help@r-project.org Subject: Re: [R] multiple plots without for loops Thanks for the reply, Phil. My computer gets hung up on the par(ask=TRUE) call. I just tried readline(Hit ENTER to proceed.) and, it works well going forward