[R] par(ask=TRUE)
Henrique Dallazuanna
wwwhsd at gmail.com
Fri Mar 28 18:09:14 CET 2008
On 28/03/2008, Erwann.Rogard at sanofi-aventis.com
<Erwann.Rogard at sanofi-aventis.com> 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 at 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
More information about the R-help
mailing list