Is there a way to add a subtitle like in base plot to plot.xts?
plot(xts(rnorm(100), order.by = as.Date(1:100)), sub = "Subtitle")plot(rnorm(100), sub = "Subtitle", type = "l")
Is there a way to add a subtitle like in base plot to plot.xts?
plot(xts(rnorm(100), order.by = as.Date(1:100)), sub = "Subtitle")plot(rnorm(100), sub = "Subtitle", type = "l")