plotSurface2d {RSurvey}R Documentation

Plot 2D Interpolated Surface

Description

A filled contour plot showing the distributed spatial data is drawn. A key showing how the colors map to state variable values is shown to the right of the plot.

Usage

plotSurface2d(const.poly = FALSE)

Arguments

const.poly a logical; if TRUE the user is required to interactively construct the spatial domain within the active plot.

Author(s)

Fisher, J. C.

See Also

mba.surf, filled.contour

Examples

data(confluence)
plotSurface2d()

[Package RSurvey version 0.4.5 Index]