print.polynom | R Documentation |
Standard method for printing polynomial objects
## S3 method for class 'polynom'
print(x, variable = "x", digits = getOption("digits"), decreasing = FALSE, ...)
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 |
The original object x
, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.