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

Description Usage Arguments Author(s) See Also Examples

Description

Draw a curve from unsorted points.

Usage

1
2
3
4
5
6
## Static method (use this):
## Display$line.unsorted(x, y, type="l", ...)

## Don't use the below:
## S3 method for class 'Display'
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

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Display.

Examples

1
2
3
4
5
6
## Not run: 
 plot.new();
 plot.window(c(min(x),max(x)),c(min(y),max(y)));
 Display$line.unsorted(x,y);
 
## End(Not run)

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.