1. We have introduced various functions for time series graphics include autoplot(), gg_season(), gg_subseries(), gg_lag() and ACF. Use these functions to explore the quarterly tourism data for the Snowy Mountains.

    snowy <- tourism |> filter(Region == "Snowy Mountains")

    What do you learn?

  2. Which time plot corresponds to which ACF plot?