plot.minimaxApprox | R Documentation |
"minimaxApprox"
objectProduces a plot of the error of the "minimaxApprox"
object, highlighting
the error extrema and bounds.
## S3 method for class 'minimaxApprox'
plot(x, y, ...)
x |
An object inheriting from class |
y |
Ignored. In call as required by R in Writing R Extensions:chapter 7. |
... |
Further arguments to plot. Specifically to pass |
No return value; called for side effects.
Avraham Adler Avraham.Adler@gmail.com
minimaxApprox
PP <- minimaxApprox(exp, 0, 1, 5)
plot(PP)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.