Learn R Programming

bayesforecast (version 1.0.5)

ggpacf: pacf plot.

Description

Plot of the partial autocorrelation function for a univariate time series.

Usage

ggpacf(y, title = NULL)

Value

None.

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.

Author

Mitchell O'Hara-Wild and Asael Alonzo Matamoros

Examples

Run this code
x = rnorm(100)
ggpacf(x)

Run the code above in your browser using DataLab