[R] postscript, options

e-letter inpost at gmail.com
Thu Aug 20 10:17:29 CEST 2009


On 18/08/2009, Stefan Grosse <singularitaet at gmx.net> wrote:
> On Tue, 18 Aug 2009 16:08:36 +0100 e-letter <inpost at gmail.com> wrote:
>
> EL> >
> postscript("/pathto/filename.eps",horizontal=FALSE,onefile=FALSE,paper="special")
> EL> >
> EL> This command created a small blank eps file.
>
> Its hard to say why without any example code.
>
> Does
> postscript("/pathto/filename.eps",width=8,height=8,horizontal=FALSE,onefile=FALSE,paper="special")
> hist(rnorm(100))
> dev.off()
> work?
>
Yes, using the following commands:
postscript("/pathto/filename.eps",width=4,height=4,horizontal=FALSE,onefile=FALSE,paper="special")
hist(rnorm(100))
dev.off()
Command terminal response:
X11
 2
I opened successfully the file. Thank you.




More information about the R-help mailing list