simpleRegPlot.lmfm: Scatter Plot with Overlaid Fits

Description Usage Arguments Value

View source: R/simpleRegPlot.lmfm.q

Description

Produces a scatter plot of the data with overlaid fits.

Usage

1
simpleRegPlot.lmfm(x, lwd.reg, col.reg, ...)

Arguments

x

an lmfm object.

lwd.reg

a vector with length equal to the number of fitted models in x specifying the line widths used in the plot. See par for possible values.

col.reg

a vector with length equal to the number of fitted models in x specifying the line colors used in the plot. See par for possible values.

...

additional arguments are passed to xyplot.

Value

the trellis object is invisibly returned.


fit.models documentation built on May 2, 2019, 4:44 p.m.