[R] Reading Post-Script files

2007-02-20 Thread Ralf Finne
Hi everybody! Is there any way to read a postscrit file into R? All the best to you Ralf Finne SYH University of Applied Sciences Vasa Finland __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

Re: [R] Reading Post-Script files

2007-02-20 Thread Roger Bivand
On Tue, 20 Feb 2007, Ralf Finne wrote: Hi everybody! Is there any way to read a postscrit file into R? See http://www.r-project.org/useR-2006/Slides/Murrell.pdf page 4, the grImport package, now on CRAN, with further notes on Paul Murrell's home page: http://www.stat.auckland.ac.nz/~paul/

Re: [R] Reading Post-Script files

2007-02-20 Thread Ted Harding
On 20-Feb-07 Ralf Finne wrote: Hi everybody! Is there any way to read a postscrit file into R? All the best to you Ralf Finne SYH University of Applied Sciences Vasa Finland Well, yes ... since a PostScript file is ASCII text you could use readline() ... but what you'd do with it after