powered by
Plots a loess object adjusted on one unique explanatory variable.
# S3 method for loess plot(x, ...)
An object of class "loess".
"loess"
Additional graphical arguments.
loess from package stats.
loess
# NOT RUN { reg <- loess(dist ~ speed, cars) plot(reg) # }
Run the code above in your browser using DataLab