Polynomial coefficients
Extract polynomial coefficients
## S3 method for class 'polynom' coef(object, ...) ## S3 method for class 'polylist' coef(object, ...)
object |
A polynomial object or list thereof |
... |
Ignored |
A numeric vector of coefficients
p <- polynomial(1:3)*polynomial(5:1) coef(p)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.