search for: plt_hi

Displaying 2 results from an estimated 2 matches for "plt_hi".

Did you mean: pfn_hi
2006 Mar 01
1
postscript bounding box in trellis/lattice plot is wrong ?
...e figure leaves way too much space above and below... as if it is still assuming that the figure is square rather than 1:3 in proportions. Is there any fix for this? Thanks for any advice Here's the approximate code (very simple): ------------------------------------ library(lattice) plt_hi[[1]] <- xyplot(thedat[,ir] ~ thedat[,ic], aspect=1/1) ... plt_hi[[2]] <- xyplot(thedat[,ir] ~ thedat[,ic], aspect=1/1) ... plt_hi[[2]] <- xyplot(thedat[,ir] ~ thedat[,ic], aspect=1/1) trellis.device(postscript, file=thefile, color=F) print(plt_hi[[1]], split=c(1,1,3,1), more=T) pr...
2006 Mar 15
1
How to get correct proportions/bounding box for latex figure?
...king me estimate it). R knows the bounding box because it puts down the ink (metaphorically)... and if it did not know, it would display on-screen figures with incorrect centering and clipping. Thanks for any advice or insight. ............. Here is a sketch of the code: library(lattice) plt_hi[[1]] <- xyplot(thedat[,ir] ~ thedat[,ic], aspect=1/1) ... plt_hi[[2]] <- xyplot(thedat[,ir] ~ thedat[,ic], aspect=1/1) ... plt_hi[[2]] <- xyplot(thedat[,ir] ~ thedat[,ic], aspect=1/1) # optionally add horizontal=FALSE, paper="special", etc. here trel...