Learn R Programming

tfarima (version 0.4.1)

unitcircle: Unit circle

Description

unitcircle plots the inverse roots of a lag polynomial together the unit circle.

Usage

unitcircle(lp, ...)

# S3 method for default unitcircle(lp, ...)

# S3 method for lagpol unitcircle(lp, s = 12, ...)

Value

unitcircle returns a NULL value.

Arguments

lp

an object of class lagpol.

...

additional arguments.

s

integer, seasonal period.

Examples

Run this code
unitcircle(as.lagpol(c(1, rep(0, 11), -1)))

Run the code above in your browser using DataLab