I guess, I got the answer.
(http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why-do-lattice_002ftrellis-graphics-not-work_003f)
Ciao,
Antje
Antje schrieb:> Hello everybody,
>
> I just started with lattice plots and I was wondering why it behaves
> different than expected.
> If I generated multiple plots in the past, I just used some code like this:
>
> lapply(..., {
> windows()
> plot(...)
> })
>
> I got multiple windows, each containing one plot.
>
> Now, I tried the same with "levelplot" (instead of
"plot") and I see all
> windows are created but the plots are only drawn in one window, one on
> top of the other...
>
> Can anybody give me a hint, why it behaves like this and what should I
> change?
>
> Ciao,
> Antje
>
> ______________________________________________
> 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.
>