Re: [R] multiple plots without for loops

2010-06-16 Thread Petr PIKAL
...@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 compute

Re: [R] multiple plots without for loops

2010-06-15 Thread sheck
y, 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 to proceed.") and, it works well going forward. However, I

Re: [R] multiple plots without for loops

2010-06-15 Thread Peter Alspach
roject.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 to proceed.") > > and, it works well going forward. However, I cannot go backwards.

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 to proceed.") and, it works well going forward. However, I cannot go backwards. Any thoughts? thanks again- sherri Quoting Phil Spector : Sherri - Perhaps calling par(ask=TRU

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