lmfm2DRegPlot: Scatter Plot with Overlaid Fit(s)
Description
Produces a scatter plot of the data with overlaid fits.Usage
lmfm2DRegPlot(x, lwd, col, ...)
Arguments
lwd
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
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.