powered by
Extract polynomial coefficients
# S3 method for polynom coef(object, ...)# S3 method for polylist coef(object, ...)
# S3 method for polylist coef(object, ...)
A polynomial object or list thereof
Ignored
A numeric vector of coefficients
# NOT RUN { p <- polynomial(1:3)*polynom(5:1) coef(p) # }
Run the code above in your browser using DataLab