powered by
pacf
Plot of the partial autocorrelation function for a univariate time series.
ggpacf(y, title = NULL)
None.
a numeric vector or an object of the ts class containing a stationary time series.
ts
a string with the plot's title.
Mitchell O'Hara-Wild and Asael Alonzo Matamoros
x = rnorm(100) ggpacf(x)
Run the code above in your browser using DataLab