This class holds the inclusion zone definition for the “stand-up” method (Gove and Van Deusen, 2011) for sampling down coarse woody debris.
Objects can be created by calls of the
form new("standUpIZ", ...)
. As usual in this class, however, this
is not recommended because the objects are fairly complex. Instead, one
can use the object constructor standUpIZ
to create new
objects.
Most of the slots are described in the superclasses (see below), please see their help pages for more information. Essentially, this class adds only one slot to the "downLogIZ" class specification.
signature(izObject = "standUpIZ", tract =
"Tract")
: “InclusionZoneGrid” generic constructor
signature(object = "standUpIZ")
: Return the
object perimeter
signature(x = "standUpIZ", y = "missing")
: Plot
the object
signature(object = "standUpIZ")
: Object summary
Gove, J. H. and Van Deusen, P. C. 2011. On fixed-area plot sampling for downed coarse woody debris. Forestry. Forestry 84:109--117.
'>chainSawIZ
, '>sausageIZ
, '>fullChainSawIZ
and
the '>downLogIZs
container class.
# NOT RUN {
showClass("standUpIZ")
# }
Run the code above in your browser using DataLab