lmfm2DRegPlot {robust} | R Documentation |
Plots the linear model fits in an lmfm object over a scatterplot of the data.
lmfm2DRegPlot(x, cutoff = TRUE, main, xlab, ylab, ...)
x |
an lmfm object. |
cutoff |
a logical value. If TRUE then the threshold beyond which points receive zero weight is plotted with dashed lines. |
main |
a character string specifying the plot title. |
xlab |
a character string specifying the x-axis label. |
ylab |
a character string specifying the y-axis label. |
... |
additional arguments are passed to the low-level plotting functions. |
x
is invisibly returned.