orderedLines: Sort by X Coordinates and Add Line to a Plot

View source: R/mixtureReg.R

orderedLinesR 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.


changwn/RMR documentation built on March 29, 2025, 3:15 p.m.