plot.minimaxApprox: Plot errors from a '"minimaxApprox"' object

View source: R/methods.R

plot.minimaxApproxR Documentation

Plot errors from a "minimaxApprox" object

Description

Produces a plot of the error of the "minimaxApprox" object, highlighting the error extrema and bounds.

Usage

## S3 method for class 'minimaxApprox'
plot(x, y, ...)

Arguments

x

An object inheriting from class "minimaxApprox".

y

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.

Value

No return value; called for side effects.

Author(s)

Avraham Adler Avraham.Adler@gmail.com

See Also

minimaxApprox

Examples

PP <- minimaxApprox(exp, 0, 1, 5)
plot(PP)

minimaxApprox documentation built on June 22, 2024, 10:13 a.m.