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
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
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
3 matches
Mail list logo