lines.locfit {locfit} | R Documentation |
Adds a Locfit line to an existing plot.
## S3 method for class 'locfit': lines(x, m, tr=x$trans, ...) llines.locfit(x, m, tr=x$trans, ...)
x |
"locfit" object. Should be a model with one predictor.
|
m |
Number of points to evaluate the line at. Default: 100. |
tr |
Transformation function to use for plotting. Default is the inverse link function, or the identity function if derivatives are requested. |
... |
Other arguments to the default lines function.
|
llines.locfit
is only used for Lattice/grid graphics.