Produces a scatter plot of the data with overlaid fits.
产生与叠加拟合的数据的散点图。
用法----------Usage----------
lmfm2DRegPlot(x, lwd, col, ...)
参数----------Arguments----------
参数:x
an lmfm object.
对象的lmfm。
参数: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.
长度x的图中使用指定的线宽拟合模型的数目等于一个矢量。见par可能的值。
参数: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.
一个向量,其长度等于x指定行所用的颜色在图中的拟合模型。见par可能的值。
参数:...
additional arguments are passed to xyplot.
额外的参数传递给xyplot。
值----------Value----------
the trellis object is invisibly returned.
返回trellis对象是不可见的。