Possible Duplicate:
With R: Split time series data into time intervals (say an hour) and then plot the count
I have data with multiple columns and values, all having a timestamp every 10 seconds. The data spans several days, but I want to split it into pieces of for example 8 hours. I have been looking at split() and the plyr package but cannot find a proper way of doing this.
Can anyone help me with this problem?
Thanks in advance!