# NOT RUN {
library(ggplot2)
co2 %>%
  decompose() %>%
  autoplot()
nottem %>%
  stl(s.window = "periodic") %>%
  autoplot()
# }
# NOT RUN {
library(seasonal)
seas(USAccDeaths) %>% autoplot()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab