Displaying 1 result from an estimated 1 matches for "trellis_par_test".
2009 Apr 28
1
Understanding padding in lattice
...plot1 <- xyplot(y+z~x|id,
data=foo,
type=c("p","l"),
distribute.type = TRUE,
main="This is a test",
sub="Subtitle",
auto.key=T)
trellis.device(pdf, file = "trellis_par_test.pdf",
paper="letter",
#family="Courier",
theme = list(fontsize = list(text = 10, points = 10)))
trellis.par.set(layout.widths =list(left.padding=0,
right.padding=0),
layout.heig...