Hello, I am constructing a boxplot but have a very wide range of values (zero - ~28000). I have placed an axis break at the 8000 mark but would like to have a different scale above the break that ranges from 8000-28000. Right now my axis is so large that the boxplots are only represented as lines with the outliers above. Does anyone know where I could find code that explains how to do this? I'd really appreciate it. Thanks! Megan Bellamy
Megan J Bellamy <bellammj <at> gov.ns.ca> writes:> > Hello, > > I am constructing a boxplot but have a very wide range of values (zero -~28000). I have placed an axis break at> the 8000 mark but would like to have a different scale above the break thatranges from 8000-28000. ... See gap.plot and axis.break (in the examples for axis.break, in the plotrix package) Ben Bolker
On Tue, 2008-06-24 at 11:39 -0300, Megan J Bellamy wrote:> Hello, > > I am constructing a boxplot but have a very wide range of values (zero - ~28000). I have placed an axis break at the 8000 mark but would like to have a different scale above the break that ranges from 8000-28000. Right now my axis is so large that the boxplots are only represented as lines with the outliers above. Does anyone know where I could find code that explains how to do this? I'd really appreciate it. Thanks! >Hi Megan, Maybe gap.barplot in the plotrix package would do what you want. Jim