| printLagpol | R Documentation |
Prints a non-normalized polynomial as a lagpol object, preserving the
original coefficients.
printLagpol(pol, digits = 2, width = getOption("width"))
pol |
Numeric vector with the coefficients of a non-normalized polynomial. The first element can be any numeric value, not necessarily 1. |
digits |
Integer. Number of significant digits to display. Default is 2. |
width |
Integer. Maximum number of characters per line. Default is the console width. |
Invisibly returns the input vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.