library(ggplot2)
ggAcf(wineind)
autoplot(Acf(wineind, plot=FALSE))
## Not run:
# autoplot(taperedacf(wineind, plot=FALSE))
# ggtaperedacf(wineind)
# ggtaperedpacf(wineind)## End(Not run)
ggCcf(mdeaths, fdeaths)
Run the code above in your browser using DataLab