powered by
acfpacf
acfpacf produces a plot of the acf and the pacf of a time series
acfpacf(x, lag, HV = "H")
the series, a vector or a time series
scalar, maximal lag to be plotted
character, controls division of graphic window: "H" horizontal, "V" vertical, default is "H"
# NOT RUN { data(LYNX) acfpacf(log(LYNX),15,HV="H") # }
Run the code above in your browser using DataLab