Re: [R] Axis Breaks with ggplot2

2012-10-22 Thread John Kane
Not in ggplot2 as far as I know. As Jim Lemon says the plotrix package should handle this. An alternative that probably gives better data interpretation might be to use facet.grid() or perhaps facet_wrap() in ggplot2. Crude example library(ggplot2) xx <- data.frame(aa = c(10, 12, 15, 55,

Re: [R] Axis Breaks with ggplot2

2012-10-20 Thread Jim Lemon
On 10/20/2012 01:50 AM, Edward Patzelt wrote: R-help - I'm trying to create axis breaks similar to this : http://www.r-bloggers.com/wp-content/uploads/2010/08/bar-chart-natural-axis-split1.png . Hi Edward, The gap.barplot function in the plotrix package does something like this, but it is not