overlaidSimpleRegressionPlot {fit.models} | R Documentation |
Scatter Plot with Overlaid Fits
Description
Produces a scatter plot of the data with overlaid fits.
Usage
overlaidSimpleRegressionPlot(x, lwd.reg, col.reg, ...)
Arguments
x |
a |
lwd.reg |
a vector with length equal to the number of models in
|
col.reg |
a vector with length equal to the number of models in
|
... |
additional arguments are passed to
|
Value
the trellis
object is invisibly returned.
[Package fit.models version 0.64 Index]