Re: [R] Stacked Bar Plot in ggplot2

2011-07-19 Thread Justin
Abraham Mathew thisorthat.com> writes: > > I'm trying to develop a stacked bar plot in R with ggplot2. > > My data: > > conv = c(10, 4.76, 17.14, 25, 26.47, 37.5, 20.83, 25.53, 32.5, 16.7, 27.33) > click = c(20, 42, 35, 28, 34, 48, 48, 47, 40, 30, 30) > date = c("July 7", "July 8", "July 9", "

[R] Stacked Bar Plot in ggplot2

2011-07-19 Thread Abraham Mathew
I'm trying to develop a stacked bar plot in R with ggplot2. My data: conv = c(10, 4.76, 17.14, 25, 26.47, 37.5, 20.83, 25.53, 32.5, 16.7, 27.33) click = c(20, 42, 35, 28, 34, 48, 48, 47, 40, 30, 30) date = c("July 7", "July 8", "July 9", "July 10", "July 11", "July 12", "July 13", "July 14", "Jul