Skip to content
Prev 173377 / 398506 Next

Question about datatypes/plotting issue

David,

I struggled with this for a while. I think the problem with the dates  
I have is that they are not specific dates, they are "partial" dates.  
A workaround for that that I got from someone else in the list was:

as.Date(paste(x$Date, '1'), '%B %Y %d')

to make them specific dates (the first of the month).

Cheers,

-Oscar
On Mar 10, 2009, at 7:58 PM, David Winsemius wrote: