[R] sort boxplot to median

2004-04-15 Thread H. Bromberger
Dear guRus, I'm stuck and really would appreciate some help. I've already crawled the net... I want to do some Boxplot which are sorted by the median and not alphabetically. What I did so far: x - subset(mydata, Verwalt.Doku==1, select=c(1, 2)) P - plot(x[,1], x[,2], plot=F)

Re: [R] sort boxplot to median

2004-04-15 Thread Sundar Dorai-Raj
H. Bromberger wrote: Dear guRus, I'm stuck and really would appreciate some help. I've already crawled the net... I want to do some Boxplot which are sorted by the median and not alphabetically. What I did so far: x - subset(mydata, Verwalt.Doku==1, select=c(1, 2)) P - plot(x[,1], x[,2],