autoplot.tbl_cf: Auto- and Cross- Covariance and -Correlation plots

View source: R/plot-helpers.R

autoplot.tbl_cfR Documentation

Auto- and Cross- Covariance and -Correlation plots

Description

Produces an appropriate plot for the result of feasts::ACF(), feasts::PACF(), or feasts::CCF().

Usage

## S3 method for class 'tbl_cf'
autoplot(object, level = 95, ...)

Arguments

object

A tbl_cf object (the result feasts::ACF(), feasts::PACF(), or feasts::CCF()).

level

The level of confidence for the blue dashed lines.

...

Unused.

Value

A ggplot object showing the correlations.


ggtime documentation built on Feb. 9, 2026, 9:06 a.m.