plot3D-methods: Methods for Function 'plot3D' in Package 'sampSurf'

Description Methods

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,
       ...)
  • 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.


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