plot.loess: Plot Loess

View source: R/plot.loess.R

plot.loessR Documentation

Plot Loess

Description

Plot loess model fit as a line superposed on scatter.

Usage

## S3 method for class 'loess'
plot(x, lwd = 2, line.col = "black", xlim = NULL,
  ylim = NULL, xlab = NULL, ylab = NULL, ...)

Arguments

x

a fitted loess model.

lwd

the line width.

line.col

the line colour.

xlim

passed to plot.

ylim

passed to plot.

xlab

passed to plot.

ylab

passed to plot.

...

passed to plot.

Value

NULL, but a plot is drawn.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.