Skip to content
Prev 106971 / 398500 Next

pretended size postscript and size of the graphic device window

On Thu, 2007-01-04 at 12:21 +0100, mirca heli wrote:
If I understand you correctly, ?postscript contains all you need to
know, eg:

postscript(file="foo.eps", paper="special", onefile=FALSE, 
           width=7/2.54, height=7/2.54, pointsize=10, 
           horizontal=FALSE)
plot(rnorm(100), rnorm(100), main = "foo")
dev.off()

Is this what you wanted?
This may well depend on your OS (unstated). I was looking for this the
other day as the window is too big on my laptop - I didn't look to hard
though so it is no surprise that I did not find a solution.

HTH

G