Learn R Programming

lattice (version 0.2-3)

prepanel.functions: Useful Prepanel Function for Lattice

Description

These are predefined prepanel functions available in Lattice.

Usage

prepanel.lmline(x, y, ...)
prepanel.loess(x, y, span = 2/3, iter = 3, ...)
prepanel.qqmathline(x, distribution, ...)

Arguments

x, y
x and y values.
distribution
quantile function for theoretical distribution
...
other arguments

Value

  • usually a list with components xlim, ylim, dx, dy, the first two being used to calculate panel axes limits, the last two for banking computations.

See Also

lowess, trellis.par.get, Lattice