On 18/08/2009, Stefan Grosse <singularit...@gmx.net> wrote: > On Tue, 18 Aug 2009 16:08:36 +0100 e-letter <inp...@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.
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.