Intelligent print of a polynom object
Calls the pn2ch converter, and prints the polynomial
considering shift parameter and the width of the actual consol window.
pprt(x, symb = "x", shift = 0, digits = getOption("digits"), decreasing = FALSE, ...)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 |
p <- polynom::polynomial(0:12) pprt(p) pprt(p,sh=3) pprt(p,sh=3,symb="L") # clean up # rm(p)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.