Skip to content

need some lattice help

2 messages · Antje

#
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
#
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: