[R] need some lattice help

Antje niederlein-rstat at yahoo.de
Tue Jan 27 09:47:18 CET 2009


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




More information about the R-help mailing list