Readers,
I am not able to create a postscript file with the following command:
postscript("/pathto/filename.eps,horizontal=FALSE,onefile="FALSE")
A file is not created, instead the command terminal shows the plus
sign(+) on a new line:
+
What does this mean please?
rhelp at conference.jabber.org
mandriva 2008
r 251 (27-06-07)
On 17/08/2009 9:10 AM, e-letter wrote:> Readers, > > I am not able to create a postscript file with the following command: > > postscript("/pathto/filename.eps,horizontal=FALSE,onefile="FALSE") > > A file is not created, instead the command terminal shows the plus > sign(+) on a new line: > > + > > What does this mean please?You didn't close the quotes on the filename string. Duncan Murdoch