Skip to content
Prev 11921 / 398502 Next

printing from treillis.device

On Mon, 25 Jun 2001, Peter Malewski wrote:

            
(Yes, but he is plotting on a postscript device).
I think Didier's probelm is mixing GRZ-style and trellis-style graphics.
That is, par(new=T) does not do what he wants.

If you want to print a Trellis plot (that is what you do), and then add
another you need to use the `more' argument to print.trellis.

That is

print(xyplot(....), more=T)
xyplot(....)

works in the original, and looks like it should work in lattice too.