roots.lagpol | R Documentation |
roots.lagpol
computes the roots of a lag polynomial.
## S3 method for class 'lagpol' roots(x, table = TRUE, ...) ## Default S3 method: roots(x, ...)
x |
an object of class |
table |
logical. If TRUE, it returns a five columns table showing the real and imaginary parts, the modulus, the frequency and the period of each root. |
... |
additional arguments. |
A vector or a table.
roots(c(1, 1.2, -0.8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.