# NOT RUN {
library(ggplot2)
ggAcf(wineind)
wineind %>% Acf(plot=FALSE) %>% autoplot
# }
# NOT RUN {
wineind %>% taperedacf(plot=FALSE) %>% autoplot
ggtaperedacf(wineind)
ggtaperedpacf(wineind)
# }
# NOT RUN {
ggCcf(mdeaths, fdeaths)
# }
Run the code above in your browser using DataLab