Hello,
I have a 'zoo' object containing dates [dd/mm/yr] in the first column and
values in the second column.
I tried as.Date but did not succeed.
Here is an example of date format
01/01/2000
01/02/2000
...
01/12/2000
01/01/2001
01/02/2001
...
01/12/2000
etc.
I would like to sort all Jans from 2000 to 2010, all Febs from 2000 to 2010 ...
all Decs from 2000 to 2010.
So, basically I would like to sort by month.
Thanks for your help.
Atem.
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.