Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.polynom

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

Polynomials in R

v2.0-3
GPL-2
Authors
Bill Venables, with contribution by Kurt Hornik and Georgi Boshnakov
Initial release
2020-02-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.