print.minimaxApprox {minimaxApprox} | R Documentation |
Print method for a "minimaxApprox object"
Description
Provides a more human-readable output of a "minimaxApprox"
object.
Usage
## S3 method for class 'minimaxApprox'
print(x, digits = 14L, ...)
Arguments
x |
An object inheriting from class |
digits |
integer; Number of digits to which to round the ratio. |
... |
Further arguments to |
Details
To print the raw "minimaxApprox"
object use print.default
.
Value
No return value; called for side effects.
Author(s)
Avraham Adler Avraham.Adler@gmail.com
See Also
Examples
PP <- minimaxApprox(sin, 0, 1, 8)
PP
print(PP, digits = 2L)
print.default(PP)
[Package minimaxApprox version 0.4.3 Index]