[Rd] bug?/lack of feature in bxp (PR#1200)
ligges@statistik.uni-dortmund.de
ligges@statistik.uni-dortmund.de
Sun, 9 Dec 2001 12:41:31 +0100 (MET)
ritter@stat.ucl.ac.be wrote:
>
> Full_Name: Christian Ritter
> Version: 1.3.1
> OS: win/nt
> Submission from: (NULL) (130.104.139.32)
>
> not a bug but lack of feature:
>
> outlier symbol can't be changed in bxp
>
> in bxp:
>
> ...
> points(rep(x, length(out)), out, col = border)
> ...
>
> as you can see, no pty or pch argument is used.
It can easily be changed, if you make use of par() before calling bxp()
or boxplot:
par(pch=2)
boxplot(c(1:10, 100))
Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel 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-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._