Learn R Programming

lattice (version 0.19-30)

F_2_panel.loess: Panel Function to Add a LOESS Smooth

Description

A predefined panel function that can be used to add a LOESS smooth based on the provided data.

Usage

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")

Arguments

Value

The object returned by loess.smooth.

See Also

Lattice, loess.smooth, prepanel.loess