distanceLimitedMCIZ-class {sampSurf} | R Documentation |
"distanceLimitedMCIZ"
This class holds the inclusion zone definition for the ‘distance limited Monte Carlo sampling’ method for sampling down coarse woody debris.
Objects can be created by calls of the form
new("distanceLimitedMCIZ", ...)
. However, this is not recommended
because the objects are fairly complex. Instead, one can use the object
constructor distanceLimitedMCIZ
to create new objects.
This class is a direct descendent (subclass) of
"distanceLimitedIZ"
and adds no new slots to that
definition. Please see the "distanceLimitedIZ"
class definition for details.
Class "distanceLimitedIZ"
, directly.
Class "downLogIZ"
, by class "distanceLimitedIZ", distance 2.
Class "dlsIZNull"
, by class "distanceLimitedIZ", distance 2.
Class "InclusionZone"
, by class "distanceLimitedIZ", distance 3.
See other methods as defined for the direct superclass.
signature(izObject = "distanceLimitedMCIZ",
tract = "Tract")
: “InclusionZoneGrid” constructor
Jeffrey H. Gove
A vignette comparing the different variants is available from the author.
Gove, J. H., Ducey, M. J. and Valentine, H. T. 2012. A distance limited method for sampling downed coarse woody debris. In Prep.
downLogIZs
container class
showClass("distanceLimitedMCIZ")