[R] viewing Postscript file

2004-07-22 Thread Bickel, David
Is there any R function that can display a Postscript file that is already in the working directory? For example, if 'graph.ps' is such a file, I'd like to type something like this: plot.postscript.file(file = 'graph.ps') If no such function exists, I'd be interested in a way to use existing R

Re: [R] viewing Postscript file

2004-07-22 Thread Marc Schwartz
On Thu, 2004-07-22 at 16:50, Bickel, David wrote: Is there any R function that can display a Postscript file that is already in the working directory? For example, if 'graph.ps' is such a file, I'd like to type something like this: plot.postscript.file(file = 'graph.ps') If no such