powered by
Creates an ACF chart or a two-panel plot with the ACF and PACF set to some specific defaults.
chart.ACF(R, maxlag = NULL, elementcolor = "gray", main = NULL, ...)chart.ACFplus(R, maxlag = NULL, elementcolor = "gray", main = NULL, ...)
chart.ACFplus(R, maxlag = NULL, elementcolor = "gray", main = NULL, ...)
an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns
the number of lags to calculate for, optional
the color to use for chart elements, defaults to "gray"
title of the plot; uses the column name by default.
any other passthru parameters
Peter Carl
plot
data(edhec) chart.ACFplus(edhec[,1,drop=FALSE])
Run the code above in your browser using DataLab