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.
signature(x = "InclusionZoneGrid")
usage...
plot3D(x, estimate = 'volume', col = .StemEnv$blue.colors, ...)
x
: An object that is of class “InclusionZoneGrid”.
estimate
: Any legal attribute estimate that is
found in the object's data
slot. This will normally include the
.StemEnv$puaEstimates
and .StemEnv$ppEstimates
attributes, though not all may apply to any given sampling
method.
signature(x = "sampSurf")
usage...
plot3D(x, col = .StemEnv$blue.colors, ...)
x
: An object that is of class “sampSurf”.
signature(x = "Tract")
usage...
plot3D(x, col = .StemEnv$blue.colors, ...)
x
: An object that is of class “Tract” or subclass.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.