[R] ggplot2 and Date class

2009-06-01 Thread Matt Frost
I'm trying to plot a time series in ggplot, but a date column in my data frame is causing errors. Rather than provide my own data, I'll just refer to the scale_date example at: http://had.co.nz/ggplot2/scale_date.html , which reproduces the error. df - data.frame( date = seq(Sys.Date(), len=100,

Re: [R] ggplot2 and Date class

2009-06-01 Thread stephen sefick
The example that you have provided works fine on my end. As far as I know everything is up to date on my end. Stephen Sefick On Mon, Jun 1, 2009 at 1:20 PM, Matt Frost mwfr...@gmail.com wrote: I'm trying to plot a time series in ggplot, but a date column in my data frame is causing errors.

Re: [R] ggplot2 and Date class

2009-06-01 Thread hadley wickham
You might have an out-of-date version of the plyr package - try install.packages(plyr) Hadley On Mon, Jun 1, 2009 at 10:20 AM, Matt Frost mwfr...@gmail.com wrote: I'm trying to plot a time series in ggplot, but a date column in my data frame is causing errors. Rather than provide my own data,