plot.locfit.1d {locfit} | R Documentation |
This function is not usually called directly. It will be called automatically
when plotting a one-dimensional locfit
or preplot.locfit
object.
plot.locfit.1d(x, add=FALSE, main="", xlab="default", ylab=x$yname, type="l", ylim, lty=1, col=1, ...)
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 ). |
locfit
, plot.locfit
, preplot.locfit