summary.polynom: Polynomial summary
Description
Provide a succinct summary of the critical points of a polynomial, or list thereof
Usage
# S3 method for polynom
summary(object, ...)# S3 method for polylist
summary(object, ...)
# S3 method for summary.polynom
print(x, ...)
Value
A list giving the zeros, stationary points and points of inflexion of the polynomial(s)
Arguments
- object, x
A polynomial or polylist object
- ...
Currently unused
Examples
Run this codep <- poly_calc(0:5)
summary(p)
Run the code above in your browser using DataLab