Axis Breaks with ggplot2
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 ggplot2. Jim