print.minimaxApprox | R Documentation |
"minimaxApprox object"
Provides a more human-readable output of a "minimaxApprox"
object.
## S3 method for class 'minimaxApprox'
print(x, digits = 14L, ...)
x |
An object inheriting from class |
digits |
integer; Number of digits to which to round the ratio. |
... |
Further arguments to |
To print the raw "minimaxApprox"
object use print.default
.
No return value; called for side effects.
Avraham Adler Avraham.Adler@gmail.com
minimaxApprox
PP <- minimaxApprox(sin, 0, 1, 8)
PP
print(PP, digits = 2L)
print.default(PP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.