search for: padding_test_normal_125

Displaying 1 result from an estimated 1 matches for "padding_test_normal_125".

2011 Feb 15
0
Relationships between png resolution, axis.text$cex trellis setting, and paddings
...0, pad2=0))) inter.theme <- modifyList(cur.settings, theme) return(inter.theme) } df <- data.frame(x=-10:10,y=rnorm(21)) myplot <- xyplot(y~x,data=df, xlab="Whatever",ylab="Random") png(file='padding_test_normal_125.png', width=750, height=750, res=125) trellis.par.set(my.theme()) print(myplot, split=c(1,1,2,2), more=TRUE,newpage=TRUE) print(myplot, split=c(1,2,2,2), more=TRUE,newpage=FALSE) print(myplot, split=c(2,1,2,2), more=TRUE,newpage=FALSE) print(myplot, split=c(2,2,2,2), more=FALSE,ne...