Skip to content

Bar plots with stacked and grouped (juxtaposed) bars together

2 messages · Elmer Wix, John Kane

#
Using barplot, I can generate stacked bars if I pass beside=FALSE.

I can generate grouped (juxtaposed) bars if I pass beside=TRUE.

How can I generate stacked and grouped bars together?
#
I have the feeling that you can do this with ggplot2 but why?

You are likely to be much better off using a dotchart.  
?dotchart
--- On Mon, 1/4/10, Elmer Wix <elmer.cabekaziruronometu.wix at gmail.com> wrote: