F_2_panel.loess {lattice} | R Documentation |
A predefined panel function that can be used to add a LOESS smooth based on the provided data.
panel.loess(x, y, span = 2/3, degree = 1, family = c("symmetric", "gaussian"), evaluation = 50, lwd, lty, col, col.line, type, horizontal = FALSE, ..., identifier = "loess")
x, y |
Variables defining the data to be used. |
lwd, lty, col, col.line |
Graphical parameters for the added
line. |
type |
Ignored. The argument is present only to make sure that
an explicitly specified |
span, degree, family, evaluation |
Arguments to
|
horizontal |
A logical flag controlling which variable is to be treated as the
predictor (by default |
... |
Extra arguments, passed on to
|
identifier |
A character string that is prepended to the names of grobs that are created by this panel function. |
The object returned by loess.smooth
.
Deepayan Sarkar Deepayan.Sarkar@R-project.org
Lattice,
loess.smooth
,
prepanel.loess