| plot.locfit.1d {locfit} | R Documentation | 
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  | 
| add | If  | 
| main,xlab,ylab,type,ylim,lty,col | Graphical parameters
passed on to  | 
| ... | Additional graphical parameters to the  | 
See Also
locfit, plot.locfit, preplot.locfit
[Package locfit version 1.5-9.10 Index]