Re: [R] mosaic row and column order

2007-10-31 Thread Duncan Murdoch
On 31/10/2007 5:50 PM, Achim Zeileis wrote: > On Wed, 31 Oct 2007, Michael Kubovy wrote: > >> Dear R-helpers, >> >> I wasn't able to find out how to override the alphabetical ordering >> of the rows and columns in a vcd::mosaic plot. I would like to have >> them each ordered by numerical values in

Re: [R] mosaic row and column order

2007-10-31 Thread Achim Zeileis
On Wed, 31 Oct 2007, Michael Kubovy wrote: > Dear R-helpers, > > I wasn't able to find out how to override the alphabetical ordering > of the rows and columns in a vcd::mosaic plot. I would like to have > them each ordered by numerical values in a different column of the > data frame that contains

Re: [R] mosaic row and column order

2007-10-31 Thread Achim Zeileis
On Wed, 31 Oct 2007, Duncan Murdoch wrote: > On 31/10/2007 4:33 PM, Michael Kubovy wrote: > > Dear R-helpers, > > > > I wasn't able to find out how to override the alphabetical ordering > > of the rows and columns in a vcd::mosaic plot. I would like to have > > them each ordered by numerical value

Re: [R] mosaic row and column order

2007-10-31 Thread Duncan Murdoch
On 31/10/2007 4:33 PM, Michael Kubovy wrote: > Dear R-helpers, > > I wasn't able to find out how to override the alphabetical ordering > of the rows and columns in a vcd::mosaic plot. I would like to have > them each ordered by numerical values in a different column of the > data frame that

[R] mosaic row and column order

2007-10-31 Thread Michael Kubovy
Dear R-helpers, I wasn't able to find out how to override the alphabetical ordering of the rows and columns in a vcd::mosaic plot. I would like to have them each ordered by numerical values in a different column of the data frame that contains the contingency data. I would be most grateful