Quantcast
Channel: Active questions tagged xts - Stack Overflow
Viewing all articles
Browse latest Browse all 57

How can I split an xts object into chunks of similar size, but continuously not randomly?

$
0
0

I did this but split the series into random chunks: chunks <- split(GC, f = 1:3)

I need continuous chunks, taking into account the date that is in the index.


Viewing all articles
Browse latest Browse all 57

Trending Articles