plot3D: Interactive 3D Plot of Objects From Package "sampSurf"

Description Details Value Note Author(s) See Also Examples

Description

This routine uses the “rgl” package to display objects of class "Tract" or subclass, "InclusionZoneGrid" or subclass, and "sampSurf" objects in a three dimensional representation of the surface.

Details

This is not the generic function, that is defined in rasterVis::plot3D, which should be referred to for more details on both possible base arguments and functionality. Please also see the plot3D-methods for other possible arguments added for “sampSurf” class functionality.

Value

Nothing returned.

Note

One can generate a hardcopy of a plot using the appropriate commands in the “rgl” package.

Author(s)

Jeffrey H. Gove

See Also

rasterVis::plot3D

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
#
# create a buffered tract, sampling surface, and then display...
#
bufftr = bufferedTract(10, Tract(c(x=100,y=100),cellSize=0.5,units='metric'))
ss = sampSurf(25,bufftr,iZone='sausageIZ',plotRadius=4)
require(rgl)
plot3D(ss)

## End(Not run)

sampSurf documentation built on March 5, 2021, 3:01 p.m.