Re: [R] break on yaxis of boxplot

2013-08-28 Thread Shane Carey
Sorry, I found what I was doing wrong!! Thanks On Wed, Aug 28, 2013 at 5:09 PM, Shane Carey wrote: > Hi, > > I am trying to create a break on the y-axis of a boxplot using axis.break. > My data range from 4 to 12 with a break at 11. > > I have tried the following code: > > A<-c(4,5,6,7,8,9,10,

[R] break on yaxis of boxplot

2013-08-28 Thread Shane Carey
Hi, I am trying to create a break on the y-axis of a boxplot using axis.break. My data range from 4 to 12 with a break at 11. I have tried the following code: A<-c(4,5,6,7,8,9,10,12) B<-c(4,5,6,7,8,9,10,12) axis(2,A,B) Where A and B are the tick marks and labels respectively? However the plot w