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

print.polynom

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

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.