print.minimaxApprox {minimaxApprox} | R Documentation |
"minimaxApprox object"
Provides a more human-readable output of a "minimaxApprox"
object.
## S3 method for class 'minimaxApprox'
print(x, round = 6L, ...)
x |
An object inheriting from class |
round |
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
PP <- minimaxApprox(exp, 0, 1, 5)
PP
print(PP, round = 2L)
print.default(PP)