[R] embedFonts() and bounding box
Christoph Buser
buser at stat.math.ethz.ch
Thu Jun 28 17:21:13 CEST 2007
Dear R gurus
I have a question regarding the function embedFonts().
I assume the in that function which calls gs, the bounding box
of the eps file is changed. Is that by intention? Do I have
call explicitly some gs-options to avoid it and if yes, how?
Thank you very much for your help.
Best regards,
Christoph Buser
## R example
postscript("test.eps", width = 14, height = 8,
onefile = FALSE, horizontal=FALSE, paper="special")
plot(1:10)
dev.off()
embedFonts(file = "test.eps", outfile = "test1.eps")
--------------------------------------------------------------
Christoph Buser <buser at stat.math.ethz.ch>
Seminar fuer Statistik, LEO C13
ETH Zurich 8092 Zurich SWITZERLAND
phone: x-41-44-632-4673 fax: 632-1228
http://stat.ethz.ch/~buser/
More information about the R-help
mailing list