[R] postscript()

Jim Lemon bitwrit at ozemail.com.au
Wed Jul 12 14:18:26 CEST 2000


"Peter B. Mandeville" wrote:

> I am using RedHat 6.1, the R1.1.0 binary download, and an HP Deskjet 692C.
> For some time I have been trying unsuccessfully to integrate R postscript
> graphics in LaTex. I consulted the Bug Tracking System.
> ...
> What am I doing wrong?
>
> Peter B.

I use almost the same setup (excepting R is compiled from source and the printer
is an HP Deskjet 690C) and it works brilliantly (better, in fact, than my Deskjet
1600CM which has a Postscript interpreter).  Unless I am mistaken, you didn't
mention whether you could print the R Postscript output directly, e.g.

postscript(...)
plot(...)
dev.off()
system("lpr"...)

 If so, it's not R causing the trouble.  The GIMP, like most other image
manipulation programs, simply interprets the Postscript and outputs a raster
image. which tends to be less likely to be screwed up by downstream programs.

Jim

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list