plotSurface3d {RSurvey}R Documentation

Plot 3D Interpolated Surface using OpenGL

Description

A three-dimensional (3D) surface plot of the processed survey data is drawn.

Usage

plotSurface3d()

Details

The interpolated survey data is rendered using rgl, a 3D visualization device system (OpenGL) for R. The mouse is used for interactive viewpoint navigation where the left, right, and center mouse buttons rotate the scene, rotate the scene around the x-axis, and zooms the display, respectively.

Author(s)

Fisher, J. C.

See Also

surface3d

Examples

data(confluence)
plotSurface3d()

rgl.quit()

[Package RSurvey version 0.4.5 Index]