powered by
Plot the Acf figure with observations of a single variable beautifully.
ggacf(data, lag = 10)
A ggplot figure of the acf
vector of observations
the maximum lag to calculate the acf
swan <- rGarch(len = 180) ggacf(swan^2, 20)
Run the code above in your browser using DataLab