Read In and Output Postscript file
One way to approach this from within R would be to use gs to convert the preexisting postscript file to some sort of bitmap, and then read that into R and plot it. Another way to do this, outside of R, would be to use the capabilities of gs to combine multiple ps files (for example, I often generate multiple single-page postscript files, and then use gs to wrap them up in a pdf). hope this helps, Tony Plate
At Wednesday 02:19 PM 1/28/2004 -0600, Brad Holmes wrote:
Hi, I am only a few months old at R and I have encountered an interesting issue. Would it be possible to read in a pre-existing postscript file, and output it "as is" through R? I have five plots, and I am placing them in a layout that is 2 X 3. I was hoping to "insert" the pre-existing postscript file made from Molscript in the last spot. Thanks for your time! ~Brad Holmes Research Assistant Texas A&M University
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Tony Plate tplate at acm.org