Skip to content
Prev 11920 / 398503 Next

printing from treillis.device

On Mon, Jun 25, 2001 at 04:53:17PM +0100, Didier Leibovici wrote:
According to Prof.Ripley it isn't a good idea to copy a trellis.device
to another device (eg printer). See the posting at the r-help
archive.

If you really want that you can

xyplot(...,page=function(i)dev.print(...,file=paste("/tmp/tmp",i,".ps",sep="")))

see ?trellis.args.

btw: Lattice is under development.

Peter