Skip to content
Prev 68606 / 398506 Next

Problem with clipping in Lattice, and closing a postscript device

On Tuesday 26 April 2005 15:27, VU HA wrote:
I've never seen this type of problem before. I suspect using dev.off() 
as described below would solve this too.
You have to use 

dev.off()

to properly finish creating a graphics file (this is true for R graphics 
in general, not just lattice).

Deepayan