Learn R Programming

sampSurf (version 0.7-6)

plot3D: Interactive 3D Plot of Objects From Package “sampSurf”

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.

Arguments

Value

Nothing returned.

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.

See Also

rasterVis::plot3D

Examples

Run this code
# 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)
# }

Run the code above in your browser using DataLab