In the following example, how do I set separate ylims for each of my facets?
qplot(x, value, data=df, geom=c(\"smooth\")) + facet_grid(variable ~ ., scale=\
This was brought up on the ggplot2 mailing list a short while ago. What you are asking for is currently not possible but I think it is in progress.