ACF_PLOT | R Documentation |
Plots ACF of a univariate time series
ACF_PLOT(x, lag.max = NULL)
x |
numeric vector |
lag.max |
maximum lag to calculate the acf |
a plot of the acf vs lag
Mutua Kilai
data(keconomy)
attach(keconomy)
ACF_PLOT(UR)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.