show.acf: Scatter Plots Illustrating Autoorrelation

View source: R/show.acf.R

show.acfR Documentation

Scatter Plots Illustrating Autoorrelation

Description

Displays a sequence of scatter plots for an input time series, illustrating the autocorrelation between observations seperated by time lags between (by default) 0 and 13, and the summary ACF function.

Usage

show.acf(in.object, prow = 3, pcol = 5)

Arguments

in.object

Time series or time series data objects (created by function codetsd).

prow

Number of rows in the matrix of scatter plots to be displayed (default is 3). See mfrow in par.

pcol

Number of columns in the matrix of scatter plots to be displayed (default is 5). See mfcol in par.

See Also

par

Examples

plot(spot.tsd)
show.acf(spot.tsd)


wqmeeker/RTseries documentation built on Dec. 31, 2022, 10 a.m.