I found very useful and complex figure from below link but the displays daily closing price by year for 4 years but my target figure is say 30 years daily closing price so it's too long and should be too messy for the readers.
Most underused data visualization
Instead, I want to transform the daily data as quarterly (on y axis) for 6 consecutive years (on x axis) but I can not transform year to 6 years on the following facet
facet_wrap(~ year, ncol = 1)
as I a new to the ggplot2.
Can somebody have a look and give me the solution?
Many thanks