panel.lmfit: Scatterplot with Least-Squares Line

View source: R/panel.lmfit.R

panel.lmfitR Documentation

Scatterplot with Least-Squares Line

Description

Panel function to draw scatterplot with least-squares line.

Usage

panel.lmfit(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.lmline.

Value

NULL, but draws a scatterplot panel with line.


arni-magnusson/arni documentation built on Nov. 3, 2023, 7:35 p.m.