Description Usage Arguments Author(s) See Also Examples
Plot loess transformed data.
1 2 3 4 5 6 | ## Static method (use this):
## Display$line.loess(x, y, ...)
## Don't use the below:
## S3 method for class 'Display'
line.loess(static, x, y, ...)
|
x |
The x coordinates of points to plot. |
y |
The y coordinates of points to be loess transformed for plotting. |
... |
Additional graphical parameters |
Alex Lisovich, Roger Day
For more information see Display
.
1 2 3 4 5 6 | ## Not run:
plot.new();
plot.window(c(min(x),max(x)),c(min(y),max(y)));
Display$line.loess(x,y);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.