Re: [Rd] problem with cut.Date/date plotting in ggplot2

2008-10-11 Thread hadley wickham
Hi Ben, I think is a bug with cut.Date. I reported a similar bug (with days) a couple of weeks ago but no one responded. Hadley On Fri, Oct 10, 2008 at 9:15 PM, Ben Bolker <[EMAIL PROTECTED]> wrote: > > I've hit a problem in ggplot2 which I can trace back to cut.Date , > which is either a bug

[Rd] problem with cut.Date/date plotting in ggplot2

2008-10-11 Thread Ben Bolker
I've hit a problem in ggplot2 which I can trace back to cut.Date , which is either a bug or (??) ggplot2 trying to do something it shouldn't with cut.Date (although its use of cut.Date seems OK). Apparently any (?) call of the form cut(as.Date("2008-07-07"),"weeks") where the date *begins