print.polynom {PolynomF} | R 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
[Package PolynomF version 2.0-8 Index]