Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

lines.locfit

Add locfit line to existing plot


Description

Adds a Locfit line to an existing plot. llines is for use within a panel function for Lattice.

Usage

## S3 method for class 'locfit'
lines(x, m=100, tr=x$trans, ...)
## S3 method for class 'locfit'
llines(x, m=100, tr=x$trans, ...)

Arguments

x

locfit object. Should be a model with one predictor.

m

Number of points to evaluate the line at.

tr

Transformation function to use for plotting. Default is the inverse link function, or the identity function if derivatives are required.

...

Other arguments to the default lines function.

See Also


locfit

Local Regression, Likelihood and Density Estimation

v1.5-9.4
GPL (>= 2)
Authors
Catherine Loader [aut], Jiayang Sun [ctb], Lucent Technologies [cph], Andy Liaw [cre]
Initial release
2020-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.