acfpacf
produces a plot of the acf and the pacf of a time series
acfpacf
produces a plot of the acf and the pacf of a time seriesacfpacf(x, lag, HV = "H")
x
: the series, a vector or a time serieslag
: scalar, maximal lag to be plottedHV
: character, controls division of graphic window: "H" horizontal, "V" vertical, default is "H"data(LYNX) acfpacf(log(LYNX),15,HV="H")
Useful links