Display$line.loess {IdMappingAnalysis}R Documentation

Plot loess transformed data

Description

Plot loess transformed data.

Usage

## Static method (use this):
## Display$line.loess(x, y, ...)

## Don't use the below:
## S3 method for class 'Display'
line.loess(static, x, y, ...)

Arguments

x

The x coordinates of points to plot.

y

The y coordinates of points to be loess transformed for plotting.

...

Additional graphical parameters

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Display.

Examples

## Not run: 
 plot.new();
 plot.window(c(min(x),max(x)),c(min(y),max(y)));
 Display$line.loess(x,y);
 
## End(Not run)

[Package IdMappingAnalysis version 1.24.0 Index]