orderedLines {RobMixReg}R Documentation

Sort by X Coordinates and Add Line to a Plot

Description

Rearrange X and Y coordinates before calling "lines()" function.

Usage

orderedLines(x, y, ...)

Arguments

x

X coordinate vectors of points to join.

y

Y coordinate vectors of points to join.

...

Further graphical parameters.


[Package RobMixReg version 1.1.0 Index]