I have a several-year length zoo object.
This is a time series of daily quotes (first column : date, second column : quote)
I wish to split this long time series into calendar year subsets, the ultimate goal being to plot those data in a single chart, the horizontal axis of which being one year-length.
(I don't want to convert my source daily data into monthly ones or any other timestep ...).
Thank you.