Learn R Programming

IdMappingAnalysis (version 1.16.0)

Display$line.unsorted: Draw a curve from unsorted points

Description

Draw a curve from unsorted points.

Usage

## Static method (use this): ## Display$line.unsorted(x, y, type="l", ...)
## Don't use the below: "line.unsorted"(static, x, y, type="l", ...)

Arguments

x
The (unsorted) x coordinates of points to plot.
y
The correponding y coordinates of points to plot.
type
Line type. Default is "l"."
...
Additional graphical parameters

See Also

For more information see Display.