predict.polynomial(p, newdata, ...)
p
| A polynomial object to be evaluated. |
newdata
| Argument at which evaluation is requested. May be numeric or itself a polynomial |
...
| Not used by this method. |
predict
.
The polynomial is evaluated according to the horner scheme for speed and numerical accuracy.
as.function.polynomial