summary.polynom: Polynomial summary

View source: R/PolynomF.R

summary.polynomR 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)

PolynomF documentation built on May 2, 2022, 9:07 a.m.