[R] par(uin)

Gregory R. Warnes warnes at biostat.washington.edu
Fri Oct 22 19:29:09 CEST 1999


Hi,

I've been trying to use several plotting routings that make use of
S's par("uin"), the number of user units per inch.  For the moment I've
substituted all of the occurences of this with

   par.uin _ function() 
       (par("fin") / c( diff(par("xaxp")[1:2]),diff(par("yaxp")[1:2])))

This seems to work fine for my needs.  

-Greg











-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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