Produces an appropriate plot for the result of feasts::ACF()
, feasts::PACF()
, or feasts::CCF()
.
# S3 method for class 'tbl_cf'
autoplot(object, level = 95, ...)
A tbl_cf object (the result feasts::ACF()
, feasts::PACF()
, or feasts::CCF()
).
The level of confidence for the blue dashed lines.
Unused.
A ggplot object showing the correlations.