Re: [R] Problem plotting continuous and discrete series in ggplot with facet

2013-04-14 Thread Sigurgeir Gunnarsson
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

[R] Problem plotting continuous and discrete series in ggplot with facet

2013-04-14 Thread Sigurgeir Gunnarsson
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