powered by
"minimaxApprox"
Produces a plot of the error of the "minimaxApprox" object, highlighting the error extrema and bounds.
# S3 method for minimaxApprox plot(x, y, ...)
No return value; called for side effects.
An object inheriting from class "minimaxApprox".
Ignored. In call as required by R in Writing R Extensions:chapter 7.
Further arguments to plot. Specifically to pass ylim to allow for zooming in or out.
ylim
Avraham Adler Avraham.Adler@gmail.com
minimaxApprox
PP <- minimaxApprox(exp, 0, 1, 5) plot(PP)
Run the code above in your browser using DataLab