Re: [R] How to create interrupted boxplot

2012-03-12 Thread David Winsemius
On Mar 12, 2012, at 1:19 PM, jianghong deng wrote: Hello, I have created two boxplots with following R code. There is one outlier in B group. The outlier is 33. But the all other data are between 0 to 4. How can I skip y-axis around 5 to 25, and expand 0-4 for this case. Also I want kee

Re: [R] How to create interrupted boxplot

2012-03-12 Thread Helios de Rosario
Jianghong wrote: > Hello, > > I have created two boxplots with following R code. There is one outlier in > B group. > The outlier is 33. But the all other data are between 0 to 4. > > How can I skip y-axis around 5 to 25, and expand 0-4 for this case. Also I > want keep the outlier in my boxplot.

[R] How to create interrupted boxplot

2012-03-12 Thread jianghong deng
Hello, I have created two boxplots with following R code. There is one outlier in B group. The outlier is 33. But the all other data are between 0 to 4. How can I skip y-axis around 5 to 25, and expand 0-4 for this case. Also I want keep the outlier in my boxplot. I want my boxplot look like the