I am new to both R and ggplot2, so if this is an embarrassingly simple issue to solve, then I hope you'll still bear with me. I am trying to produce a bar chart using qplot and condition it on another (factor) variable. I do this using the facets command, i.e.
qplot(x, facets=.~f)
However...