Displaying 1 result from an estimated 1 matches for "konverted".
Did you mean:
converted
2009 May 08
2
postscript()-resolution
...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 properties of this file, it is a .ps and not a
.eps file. So, i konverted to .eps with ghostview. Then, for windows it is
no longer a file of type "postscript", but just a file of type "file", what
makes me nervous. Any clue how to produce .eps-files in a more convenient
way?
In addition, the journal says that the files should be at 600 dpi
resolu...