Re: [R] Axis Breaks with ggplot2

2012-10-22 Thread John Kane
om: patze...@umn.edu > Sent: Fri, 19 Oct 2012 09:50:49 -0500 > To: r-help@r-project.org > Subject: [R] Axis Breaks with ggplot2 > > R-help - > > I'm trying to create axis breaks similar to this : > http://www.r-bloggers.com/wp-content/uploads/2010/08/bar-chart-natura

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

[R] Axis Breaks with ggplot2

2012-10-19 Thread Edward Patzelt
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 . Is there a way to do this in R? Here's my code thus far: structure(list(condition = structure(c(2L, 1L, 3L), .Label = c("con", "exp", "unedit"), c