[R] inconsistent behavior in bxp as compared to most plots

Uwe Ligges ligges at statistik.uni-dortmund.de
Thu Sep 14 11:01:49 CEST 2000


"Ritter, Christian C SRTCL-CTGAS" wrote:
> 
> It took me a little while to trace this back ...
> 
> bxp from R1.1.0 does not use xaxt or yaxt but only axes.

Try:
 par(xaxt="n")
 bxp(.....)


If you want to change the behavior of bxp(.), have a look into the last
lines of that function:

    ...
    if (axes) {
        if (n > 1) 
            axis(1, at = 1:n, labels = z$names)
        axis(2)
    }
    ...


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