Re: [R] box plots without whiskers]

2005-05-27 Thread BJ
--- Begin Message --- > boxplot(data.frame(1:10, 2:11), at = 1:2, + pars=list(staplelty=0, whisklty=0), at=1:2) Error in boxplot.default(data.frame(1:10, 2:11), at = 1:2, pars = list(staplelty = 0, : formal argument "at" matched by multiple actual arguments a<-array(dim=c(3,8)) a[1,

Re: [R] box plots without whiskers

2005-05-27 Thread Uwe Ligges
BJ wrote: Hmm ok, that seems to work with that example, but when I add an "at=" option i get graphs that are only verticle lines. Sorry to be difficult. He? So you need to pe much more precisely in this message as well! boxplot(data.frame(1:10, 2:11), at = 1:2, pars=list(staplelty=0, whisk

Re: [R] box plots without whiskers

2005-05-27 Thread BJ
Hmm ok, that seems to work with that example, but when I add an "at=" option i get graphs that are only verticle lines. Sorry to be difficult. ~BJ Uwe Ligges wrote: BJ wrote: I searched the archives, but couldnt find any way to do this with boxplot. Is there a way? Thanks again ~BJ See ?b

Re: [R] box plots without whiskers

2005-05-27 Thread Uwe Ligges
BJ wrote: I searched the archives, but couldnt find any way to do this with boxplot. Is there a way? Thanks again ~BJ See ?boxplot and its argument par which points you to ?bxp: Now, you can do stuff like boxplot(1:10, pars=list(staplelty=0, whisklty=0)) Uwe Ligges _

[R] box plots without whiskers

2005-05-27 Thread BJ
I searched the archives, but couldnt find any way to do this with boxplot. Is there a way? Thanks again ~BJ __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org