Learn R Programming

UComp (version 5.1.5)

tsDisplay: tsDisplay

Description

Displays time series plot with autocorrelation functions

Usage

tsDisplay(y, nCoef = 25, nPar = 0, s = NA)

Value

No return value, called for side effects

Arguments

y

a vector, ts or tsibble object

nCoef

number of autocorrelation coefficients to estimate

nPar

number of parameters in a model if y is a residual

s

seasonal period, number of observations per year

Author

Diego J. Pedregal

See Also

colMedians, rowMedians, tests, sumStats, gaussTest, ident, cusum, varTest, conv, armaFilter, dif, roots, zplane, acft, slide, plotSlide, Accuracy, size

Examples

Run this code
tsDisplay(AirPassengers)

Run the code above in your browser using DataLab