ggacf: Plot the Acf Figure

View source: R/ggacf.R

ggacfR Documentation

Plot the Acf Figure

Description

Plot the Acf figure with observations of a single variable beautifully.

Usage

ggacf(data, lag = 10)

Arguments

data

vector of observations

lag

the maximum lag to calculate the acf

Value

A ggplot figure of the acf

Examples

swan <- rGarch(len = 180)
ggacf(swan^2, 20)

RMOPI documentation built on Aug. 22, 2022, 5:07 p.m.

Related to ggacf in RMOPI...