plota {itsmr}R 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)

[Package itsmr version 1.10 Index]