print.polynom: Print method for polynomial objects

View source: R/PolynomF.R

print.polynomR Documentation

Print method for polynomial objects

Description

Standard method for printing polynomial objects

Usage

## S3 method for class 'polynom'
print(x, variable = "x", digits = getOption("digits"), decreasing = FALSE, ...)

Arguments

x

A polynomial object

variable

Character string: what variable name should be given?

digits

Integer: how many decimal degits to use?

decreasing

Logical: in descending powers, or ascending?

...

Additional arguments

Value

The original object x, invisibly


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