Skip to content
Prev 131241 / 398503 Next

Multiple stacked barplots on the same graph?

On Dec 4, 2007 11:19 AM, John Kane <jrkrideau at yahoo.ca> wrote:
which would be (roughly equivalent to)

qplot(X2, value, data=dfm, colour=X2, facets = . ~ X1)

in ggplot.

Hadley