plot3D-methods {sampSurf}R Documentation

Methods for Function plot3D in Package sampSurf

Description

The methods described here are for classes defined in the sampSurf package, based on the generic defined in the rasterVis::plot3D package. Please see the generic and its methods in the rasterVis package for definitions of other arguments that are not described here. Especially please note below that the col argument is a pallette generating function, not a simple R color. Also, the ... argument will pass along arguments defined in the generic function as usual.

Methods

signature(x = "InclusionZoneGrid")

usage...

plot3D(x,
       estimate = 'volume',
       col = .StemEnv$blue.colors,
       ...)
signature(x = "sampSurf")

usage...

plot3D(x,
       col = .StemEnv$blue.colors,
       ...)
signature(x = "Tract")

usage...

plot3D(x,
       col = .StemEnv$blue.colors,
       ...)

[Package sampSurf version 0.7-5 Index]