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
## S3 method for class 'locfit.2d'
plot(x, type="contour", main, xlab, ylab, zlab=x$yname, ...)
Arguments
x |
Two dimensional |
type |
one of |
main |
title for the plot. |
xlab , ylab |
text labels for the x- and y-axes. |
zlab |
if |
... |
Additional arguments to the |
See Also
locfit
, plot.locfit
, preplot.locfit
[Package locfit version 1.5-9.10 Index]