acfpacf: 'acfpacf' produces a plot of the acf and the pacf of a time...

Description Usage Arguments Examples

View source: R/smaniplot.r

Description

acfpacf produces a plot of the acf and the pacf of a time series

Usage

1
acfpacf(x, lag, HV = "H")

Arguments

x

the series, a vector or a time series

lag

scalar, maximal lag to be plotted

HV

character, controls division of graphic window: "H" horizontal, "V" vertical, default is "H"

Examples

1
2
  data(LYNX)
  acfpacf(log(LYNX),15,HV="H") 

tsapp documentation built on Oct. 30, 2021, 5:08 p.m.

Related to acfpacf in tsapp...