panel.loessfit: Scatterplot with Loess Line

View source: R/panel.loessfit.R

panel.loessfitR Documentation

Scatterplot with Loess Line

Description

Panel function to draw a scatterplot with a fitted loess line.

Usage

panel.loessfit(x, y, col.line = "black", col.points = "black", ...)

Arguments

x

x coordinates.

y

y coordinates.

col.line

line color.

col.points

point color.

...

passed to panel.xyplot and panel.loess.

Value

NULL, but draws a scatterplot panel with line.


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