Nonpareil.Set object.Plot a Nonpareil.Set object.
# S3 method for Nonpareil.Set
plot(
x,
col = NA,
labels = NA,
main = "Nonpareil Curves",
legend.opts = list(),
...
)Returns invisibly a Nonpareil.Set object (same as x input).
Nonpareil.Set object to plot.
Color of the curves (vector).
If passed, it overrides the colors set in the Nonpareil.Curve
objects. Values are recycled.
Labels of the curves (vector). If passed, it overrides the labels set
in the Nonpareil.Curve objects. Values are recycled.
Title of the plot.
Any additional parameters passed to Nonpareil.legend.
If FALSE, the legend is not displayed.
Any additional parameters passed to plot.Nonpareil.Curve.