[R] apologies if you aready received this ?
Thomas Lumley
tlumley at u.washington.edu
Fri Jun 9 17:04:35 CEST 2006
On Thu, 8 Jun 2006, markleeds at verizon.net wrote:
>
> Hi Everyone : As I mentioned earlier, I am taking a lot
> of Splus code and turning into R and I've run into
> another stumbling block that I have not been
> able to figure out.
>
> I did plotting in a loop when I was using Splus on unix
> and the way I made the plots stop so I could
> lookat them as they got plotted ( there are hundreds
> if not thousands getting plotted sequentially )
> on the screen was by using the unix() command.
>
People have suggested ways to read stuff from the keyboard already. A
simpler solution to the underlying problem may be par(ask=TRUE). However,
when I have this problem I usually just send all the plots to a PDF file,
so I can page through them at my leisure.
-thomas
Thomas Lumley Assoc. Professor, Biostatistics
tlumley at u.washington.edu University of Washington, Seattle
More information about the R-help
mailing list