Learn R Programming

robust (version 0.3-4)

lmfm2DRegPlot: Data with Fit

Description

Plots the linear model fits in an lmfm object over a scatterplot of the data.

Usage

lmfm2DRegPlot(x, cutoff = TRUE, main, xlab, ylab, ...)

Arguments

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.

Value

  • x is invisibly returned.