Learn R Programming

itsmr (version 1.1)

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)

Arguments

u,v
Data and/or ARMA model in either order
h
Maximum lag

Value

  • None

Examples

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

Run the code above in your browser using DataLab