ggacf | R Documentation |
Plot the Acf figure with observations of a single variable beautifully.
ggacf(data, lag = 10)
data |
vector of observations |
lag |
the maximum lag to calculate the acf |
A ggplot figure of the acf
swan <- rGarch(len = 180) ggacf(swan^2, 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.