Summary - Re: [R] R-Graphics

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Jul 27 21:08:39 CEST 1999


Prof Brian D Ripley <ripley at stats.ox.ac.uk> writes:

...
> The trick with gs is to tell it you want a landscape page: everywhere that
> has the courtesy to respect international standards (Ineternational
> Standards Organisation a4, no less) this need gs -g842x595. In North
> American, RTFM (.../ghostscript/doc/Use.htm).

Close, but no seegar... You also need to rotate the plot:

$ pstrans="-90 rotate 595 neg 0  translate"
$ echo $pstrans | cat - Rplots.ps > xxx ;  gs -g842x595 xxx 

Figuring out how to do it without the temporary file is left as the
proverbial "exercise for the reader"...

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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