Scatterplot of Two Selected-lag Autocorrelation Functions
Scatterplot of two selected-lag ACFs.
scatterACF(x, lags = c(1, 2))
x
: T by k data matrix: T data points in rows with each row being data at a given time point, and k time series in columns.lags
: Set of lags. Default values are 1, 2.A list containing:
data(TaiwanAirBox032017) output <- scatterACF(TaiwanAirBox032017[,1:100])
Useful links