Deepayan Sarkar <[EMAIL PROTECTED]> writes:

> On 1/11/06, Leo Gürtler <[EMAIL PROTECTED]> wrote:
> > Dear alltogether,
> >
> > how can a delay like possible with par(ask=TRUE) be attained while using
> > trellis-plots within a loop or something like that?
> > the following draws each plot without waiting for a signal
> > (mouse-klick), so par() does not work for that:
> >
> > library(nlme)
> > for(i in 1:3)
> > {
> >   fitlme <- lme(Orthodont)
> >   par(ask=TRUE)                     # does not work with trellis....
> >   print( plot(augPred(fitlme)) )
> > }
> 
> See ?grid.prompt in the grid package. To use it you can either attach
> grid, or do
> 
> grid::grid.prompt(TRUE)

I happened to need this today (some example() sections are a bit
unhelpful without it) and the only way I figured it out was by recalling
this recent thread. Any chance of putting a suitable pointer in the
help pages for trellis.par.set and/or trellis.device? 

-- 
   O__  ---- Peter Dalgaard             Øster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics     PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark          Ph:  (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])                  FAX: (+45) 35327907

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to