ggacf {nortsTest} | R Documentation |
acf
plot.
Description
Plot of the auto-correlation function for a univariate time series.
Usage
ggacf(y, title = NULL)
Arguments
y |
a numeric vector or an object of the |
title |
a string with the plot's title. |
Value
None.
Author(s)
Asael Alonzo Matamoros
Examples
x = rnorm(100)
ggacf(x)
[Package nortsTest version 1.1.2 Index]