HH (version 2.2-17)

tsacfplots: Coordinated time series and ACF and PCF plots.

Description

Coordinated time series and ACF and PCF plots.

Usage

tsacfplots(x,      
           ylab=deparse(substitute(x)),
           x.name=ylab[[1]],
           main=paste("Series:", x.name),
           lag.at=NULL,
           lag.max=NULL,
           lag.units=NULL,
           lag.0=TRUE,
           ...)

acf.pacf.plot(x,
	      ylab=NULL,
	      series=deparse(substitute(x)),
	      main=paste("ACF and PACF:", series),
	      lag.max,
	      lag.units=frequency(x),
	      lag.at=pretty(apacf$lag),
	      lag.labels=lag.at*lag.units,
              lag.0=TRUE,
	      ...)

Arguments

Value

"tsacfplots" object containing two "trellis" objects.

Details

The acf and pacf plots are scaled identically.

See Also

seqplot

Examples

Run this code
tsacfplots(co2)
acf.pacf.plot(co2)

Run the code above in your browser using DataCamp Workspace