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