PolynomF (version 2.0-2)

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, ...)

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

Run this code
# NOT RUN {
p <- poly_calc(0:5)
summary(p)
# }

Run the code above in your browser using DataLab