Skip to content
Prev 61488 / 398498 Next

Sorting problem

On 24-Dec-04 Gabor Grothendieck wrote:
Applying boxplot to data constructed as follows:

  X<-list(C=rnorm(10),B=rnorm(20),A=rnorm(30))
  boxplot(X)

gives the plots in the order "C", "B", "A", so here they indeed
come out in the order of the data.

But suppose I had wanted them in the order "B", "A", "C", say.
How would Gabor's suggestion (or similar) be applied to this case?
 
(OK I'm being thick, maybe; but I can't see how to relate the
one to the other!)

Ted.