Skip to content

postscript()-resolution

3 messages · Henning Wildhagen, Eik Vettorazzi, Gavin Simpson

#
Hi Henning,
maybe you just lost the extension (.eps) of the file  when "converting" 
it with ghostview. But R postscript(..,onefile=FALSE) produces actually 
an eps compatible file.
An (encapsulated) postscript file is a vector based file format, so 
there isn't such a thing as a "resulution", since it can be arbitrarily 
rescaled (and a printed version depends on the possible ps-printer dpi.)
When converting it (eg with ghostscript) to a bitmap based filetype, 
such as tiff, you can specify a resulution.

Hth.

Henning Wildhagen schrieb:
#
On Fri, 2009-05-08 at 15:47 +0200, Henning Wildhagen wrote:
I think you need 'paper = "special"' to get an eps file - the hight and
width set the size of the plot, so you don't need to say what paper it
is on for eps.

HTH

G