plot.Nonpareil.Set {Nonpareil} | R Documentation |
Plot a Nonpareil.Set
object.
Description
Plot a Nonpareil.Set
object.
Usage
## S3 method for class 'Nonpareil.Set'
plot(
x,
col = NA,
labels = NA,
main = "Nonpareil Curves",
legend.opts = list(),
...
)
Arguments
x |
|
col |
Color of the curves (vector).
If passed, it overrides the colors set in the |
labels |
Labels of the curves (vector). If passed, it overrides the labels set
in the |
main |
Title of the plot. |
legend.opts |
Any additional parameters passed to |
... |
Any additional parameters passed to |
Value
Returns invisibly a Nonpareil.Set
object (same as x
input).
[Package Nonpareil version 3.5.3 Index]