I'm avare that I'm trying to plot factors and numeric in the same try. What
I needed confirmed, before waisting more time seeking the answer, was if
this was possible. Now I have confirmed that this is in deed not possible.
I have received a really good answer on stackexchange, which I like to
sha
I have data that plots over time with four different variables. I would
like to combine them in one plot using facet_grid, where each variable gets
its own sub-plot. The following code resembles my data
require(ggplot2)
require(reshape2)
subm <- melt(economics, id='date', c('psavert','uempmed','u
2 matches
Mail list logo