Re: [R] Ordering box plots

2011-01-24 Thread Stuart Luppescu
On Sun, 2011-01-23 at 17:37 -0600, Stuart Luppescu wrote: [snip] Thanks to Ben and Dennis for their help, but right after I sent the original message, I figured out how to solve my problem. I noticed that boxplot() contains the at= argument. To get the box locations, I used a line like this: box.l

Re: [R] Ordering box plots

2011-01-23 Thread Ben Bolker
Stuart Luppescu ccsr.uchicago.edu> writes: > > I want box plots by group to display in order of increasing > mean (or median) of each group but can't seem to figure it out and > couldn't find anything on R-seek, either. > ?reorder ... ? __ R-help