plota: Plot data and/or model ACF and PACF

View source: R/itsmr.R

plotaR Documentation

Plot data and/or model ACF and PACF

Description

Plot data and/or model ACF and PACF

Usage

plota(u, v = NULL, h = 40)

Arguments

u,v

Data and/or ARMA model in either order

h

Maximum lag

Value

None

Examples

plota(Sunspots)
a = yw(Sunspots,2)
plota(Sunspots,a)

itsmr documentation built on Aug. 6, 2022, 9:08 a.m.