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

plot.loess

Basic plot of a loess object


Description

Plots a loess object adjusted on one unique explanatory variable.

Usage

## S3 method for class 'loess'
plot(x, ...)

Arguments

x

An object of class "loess".

...

Additional graphical arguments.

See Also

loess from package stats.

Examples

reg <- loess(dist ~ speed, cars)
plot(reg)

statip

Statistical Functions for Probability Distributions and Regression

v0.2.3
GPL-3
Authors
Paul Poncet [aut, cre], The R Core Team [aut, cph] (C function 'BinDist' copied from package 'stats'), The R Foundation [cph] (C function 'BinDist' copied from package 'stats'), Adrian Baddeley [ctb] (C function 'BinDist' copied from package 'stats')
Initial release

We don't support your browser anymore

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