Learn R Programming

itsmr (version 1.9)

plota: Plot data and/or model ACF and PACF

Description

Plot data and/or model ACF and PACF

Usage

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

Value

None

Arguments

u,v

Data and/or ARMA model in either order

h

Maximum lag

Examples

Run this code
plota(Sunspots)
a = yw(Sunspots,2)
plota(Sunspots,a)

Run the code above in your browser using DataLab