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

pprt

Intelligent print of a polynom object


Description

Calls the pn2ch converter, and prints the polynomial considering shift parameter and the width of the actual consol window.

Usage

pprt(x, symb = "x", shift = 0, digits = getOption("digits"), decreasing = FALSE, ...)

Arguments

x

the polynom object to be printed

symb

the symbol used in the print

shift

the beginnig shift

digits

the width of the coefficients to be printed

decreasing

indicator of the order of powers terms: decreasing or not

...

additional arguments

See Also

Examples

p <- polynom::polynomial(0:12)
pprt(p)
pprt(p,sh=3)
pprt(p,sh=3,symb="L")
# clean up
# rm(p)

polyMatrix

Infrastructure for Manipulation Polynomial Matrices

v0.3.1
MIT + file LICENSE
Authors
Tamas Prohle [aut], Peter Prohle [aut], Nikolai Ryzhkov [aut, cre], Ildiko Laszlo [aut] (<https://orcid.org/0000-0003-2324-8183>), Ulas Onat Alakent [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.