On 28/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > 1) > par(ask=TRUE) > histogram(~Y|F1 * F2 * F3,data = ...) > > Successively displays many plots as the # of levels in F3 w/o asking for > input between each. > In other words I only get to see the plot for the last level. What's the > right commands? > > > 2) > Also I am wondering if there are plot objects i.e. something like > obj<-plot(x,y)
for this you can do: plot(x, y) x <- recordPlot() replayPlot(x) > Thanks! > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.