autoplot.tbl_cf {feasts} | R Documentation |
Auto- and Cross- Covariance and -Correlation plots
Description
Produces an appropriate plot for the result of ACF()
, PACF()
, or CCF()
.
Usage
## S3 method for class 'tbl_cf'
autoplot(object, level = 95, ...)
Arguments
object |
|
level |
The level of confidence for the blue dashed lines. |
... |
Unused. |
Value
A ggplot object showing the correlations.
[Package feasts version 0.3.2 Index]