summary.polynom {PolynomF} | R Documentation |
Polynomial summary
Description
Provide a succinct summary of the critical points of a polynomial, or list thereof
Usage
## S3 method for class 'polynom'
summary(object, ...)
## S3 method for class 'polylist'
summary(object, ...)
## S3 method for class 'summary.polynom'
print(x, ...)
Arguments
object , x |
A polynomial or polylist object |
... |
Currently unused |
Value
A list giving the zeros, stationary points and points of inflexion of the polynomial(s)
Examples
p <- poly_calc(0:5)
summary(p)
[Package PolynomF version 2.0-8 Index]