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. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ligges@statistik.uni-dortmund.de
2001-Dec-09 11:41 UTC
[Rd] bug?/lack of feature in bxp (PR#1200)
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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
ligges@statistik.uni-dortmund.de
2001-Dec-09 11:46 UTC
[Rd] bug?/lack of feature in bxp (PR#1200)
Uwe Ligges wrote:> > 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))... and the feature is already added in the development version of R-1.4.0, where you can use: boxplot(c(1:10, 100), pars=list(pch=2)) Sorry, I was a little bit too fast. 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._