Dear R Users How can I print graphics during R sessions (under Linux, in a non-post-script printer)? I have tried the command -dev.print(device=X11)- without success. Thanks for your attention Eduardo _____________________________ Eduardo Arantes Nogueira, MD, PhD Discipline of Cardiology University of Campinas Medical School Campinas, Sao Paulo, Brazil -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
> How can I print graphics during R sessions (under Linux, in a > non-post-script printer)? I have tried the command -dev.print(device=X11)- > without success.Well I assume that you have ghostscript installed. That simulates postscript, so the fact that you have a nonpostscript printer is irrelevant. Here is a plot printing example x<-1:10 y<-x plot(x,y) dev.print(width=5,height=5, horizontal=FALSE) If this doesn't work there is a problem with your printer set-up I'd say. Bill -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Possibly Parallel Threads
- hidden markov models in R?
- [LLVMdev] Function and inheritance
- Haw I get best lambda in box-cox
- CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)
- CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)