ggacf: 'acf' plot.

View source: R/autoplot.R

ggacfR Documentation

acf plot.

Description

Plot of the auto-correlation function for a univariate time series.

Usage

ggacf(y, title = NULL)

Arguments

y

a numeric vector or an object of the ts class containing a stationary time series.

title

a string with the plot's title.

Value

None.

Author(s)

Asael Alonzo Matamoros

Examples

x = rnorm(100)
ggacf(x)


asael697/nortstest documentation built on Feb. 1, 2024, 9:37 a.m.