search for: posscript

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

Did you mean: postscript
2001 May 26
1
lattice: postscript() false margins (PR#949)
Using lattice the posscript(file="") device gives false margins: zz <- data.frame( y=rnorm(100),x=rnorm(100),z=round(rnorm(100)), g=as.character(rep(1:2,50))) postscript(file="/tmp/tmp.ps") xyplot(x~y|g,data=xx) dev.off() whereas dev.print(postscript,file="&q...