Skip to content
Prev 65640 / 398506 Next

Lattice device page options-margins

Bock, Michael wrote on 3/9/2005 1:19 PM:
Michael,

I believe you can do this using print.trellis and setting the position 
argument. E.g.

trellis.device(device = "pdf",file = "Figure6.pdf",color = FALSE)
xy <- xyplot(...)
print(xy, pos = c(0.10, 0, 1, 1))
dev.off()

--sundar