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 will not show tick mark 12.

Any ideas why this is?

Thanks

-- 
Shane

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to