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="contour", main, xlab, ylab, zlab=x$yname, ...)

Arguments

x Two dimensional preplot.locfit object.
type one of "contour", "persp", or "image".
main title for the plot.
xlab, ylab text labels for the x- and y-axes.
zlab if type="persp", the label for the z-axis.
... Additional arguments to the contour, persp or image functions.

See Also

locfit, plot.locfit, preplot.locfit


[Package locfit version 1.5-4 Index]