R/pred_ts.R
plot_ts_acf.Rd
Autocorrelation Plot
plot_ts_acf(x, max_lag = 40L, title = "ACF")
A complete ts_df with no missing values.
ts_df
Maximum lag.
Plot title.
A ggplot object.
plot_ts_acf(as_ts_df(log(AirPassengers)))