Group Summary Method Function for Polynomial Arguments

Usage

Summary.polynomial(x, ...)

Arguments

x A polynomial.
... Optional additional arguments

Description

Allows summary functions to be used on polynomial arguments.

Summary functions on polynomials do not make very much sense, so a warning is issued accordingly. The result is the same as if the coefficient vector were used as a numeric.

Value

A numeric vector got by operating on the coefficient vector as a numeric vector.

See Also

Math.polynomial, Ops.polynomial


[Package Contents]