Re: [R] postscript()-resolution

2009-05-08 Thread Gavin Simpson
On Fri, 2009-05-08 at 15:47 +0200, Henning Wildhagen wrote: > Dear users, > > another question concerning graphics for publications. My favourite journal > wants .eps-graphics, > and from older postings i adapted the following code: > > postscript(file="Figure1.eps", title="Figure 1", width=11.5

Re: [R] postscript()-resolution

2009-05-08 Thread Eik Vettorazzi
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", sin

[R] postscript()-resolution

2009-05-08 Thread Henning Wildhagen
Dear users, another question concerning graphics for publications. My favourite journal wants .eps-graphics, and from older postings i adapted the following code: postscript(file="Figure1.eps", title="Figure 1", width=11.5, height=8, paper="a4",onefile=FALSE) However,  when checking the proper