plot.locfit.2d {locfit}R Documentation

Plot a two-dimensional "preplot.locfit" object.

Description

This function is not usually called directly. It will be called automatically when plotting one-dimensional "locfit" or "preplot.locfit" objects.

Usage

plot.locfit.2d(x, type, xlab, ...)

Arguments

x Two dimensional "preplot.locfit" object.
type Type of plot. Can be "contour" (the default); "persp" or "image".
xlab Labels for the predictor variable axis; should be a character vector of length 2.
... Additional arguments to the contour, persp or image functions.

See Also

locfit, plot.locfit, preplot.locfit


[Package Contents]