plotScatter: Scatterplot with LOWESS Line

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plotting.R

Description

Plots a standard scatterplot and overlays a locally-weighted polynomial regression line.

Usage

1
plotScatter(x, y, lty = 1, lwd = 2, colLine = "red", ...)

Arguments

x

the x coordinates of points in the plot.

y

the y coordinates of points in the plot.

lty

line type.

lwd

line width.

colLine

line colour.

...

additional arguments passed to plot.

Value

Nothing of interest.

Author(s)

Antoine Filipovic Pierucci

See Also

plot, lowess.

Examples

1

Example output



rmngb documentation built on May 29, 2017, 9:22 p.m.

Related to plotScatter in rmngb...