unitcircle | R Documentation |
unitcircle
plots the inverse roots of a lag polynomial together the
unit circle.
unitcircle(lp, ...)
## Default S3 method:
unitcircle(x, ...)
## S3 method for class 'lagpol'
unitcircle(lp, s = 12, ...)
lp |
an object of class |
... |
additional arguments. |
s |
integer, seasonal period. |
unitcircle
returns a NULL value.
unitcircle(as.lagpol(c(1, rep(0, 11), -1)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.