ggpacf: Plot the Pacf Figure

View source: R/ggacf.R

ggpacfR Documentation

Plot the Pacf Figure

Description

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

Usage

ggpacf(data, lag = 10)

Arguments

data

vector of observations

lag

the maximum lag to calculate the pacf

Value

A ggplot figure of the pacf

Examples

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

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

Related to ggpacf in RMOPI...