[R] graphics device

Deepayan Sarkar deepayan at stat.wisc.edu
Thu Aug 21 15:49:40 CEST 2003


On Thursday 21 August 2003 05:04, Uwe Ligges wrote:
> Brunschwig, Hadassa {PDMM~Basel} wrote:
> > Hi all,
> >
> > well i know this was probably already posted many times, couldnt find
> > anything about it though. This is a beginner problem. I have a Trellis
> > plot which is very large, i.e. it only shows me the last few panels
> > (after going automatically through the first ones and stopping at the
> > last few). When i scrole with PageUp or Page down it shows me the panels
> > of a graph i did last time but not of the graph i plotted now. I also
> > tried to use the dev.next() etc. functions but the showing doesnt change.
> > I guess i dont really understand how these functions work but i would
> > like to print the whole set of panels.
> >
> > Thanks for reply
> >
> > Dassy
>
> I'd recommend to generate PostScript or PDF output at first, then you
> get a document you can scroll through and printing won't be a problem.
>
> Uwe Ligges

Also, you could set par(ask = TRUE), which will prompt you before each new 
page.

Deepayan




More information about the R-help mailing list