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

plot.locfit.1d

Plot a one dimensional preplot.locfit object.


Description

This function is not usually called directly. It will be called automatically when plotting a one-dimensional locfit or preplot.locfit object.

Usage

## S3 method for class 'locfit.1d'
plot(x, add=FALSE, main="", xlab="default", ylab=x$yname,
  type="l", ylim, lty=1, col=1, ...)

Arguments

x

One dimensional preplot.locfit object.

add

If TRUE, the plot will be added to the existing plot.

main, xlab, ylab, type, ylim, lty, col

Graphical parameters passed on to plot (only if add=FALSE).

...

Additional graphical parameters to the plot function (only if add=FALSE).

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.