ggacf | R Documentation |
acf
plotPlot of the auto-correlation function for a univariate time series.
ggacf(y, title = NULL)
y |
a numeric vector or an object of the |
title |
a string with the plot's title. |
None. Function produces a ggplot2 graph.
Asael Alonzo Matamoros
x = rnorm(100)
ggacf(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.