Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
This class holds the inclusion zone definition for the ‘chainsaw’ method (Gove and Van Deusen, 2011) for sampling down coarse woody debris.
Objects can be created by calls of the
form new("chainSawIZ", ...)
. However, this is not recommended
because the objects are fairly complex. Instead, one can use the object
constructor chainSawIZ
to create new objects.
Most of the slots are described in the superclasses (see below), please see their help pages for more information. This class adds only three slots to the "downLogIZ" class specification.
circularPlot
:Object of class "circularPlot"
:
Object of class "circularPlot"
: An object from the
"ArealSampling
" subclass
"circularPlot
".
sliver
:Object of class "SpatialPolygons"
: A
"SpatialPolygons
" object representing the
intersection (sliver) between the circular plot and the log.
bolt
:Object of class "list"
: A list defining
the sQuoteminimal bounding bolt within the log that fully encompases
the sliver. The list is described in The InclusionZone
Class vignette.
Class "downLogIZ"
, directly.
Class "InclusionZone"
, by class "downLogIZ", distance 2.
signature(izObject = "chainSawIZ", tract =
"Tract")
: “InclusionZoneGrid” generic constructor
signature(object = "chainSawIZ")
: Return the
object perimeter
signature(x = "chainSawIZ", y = "missing")
: Plot
the object
signature(object = "chainSawIZ")
: Summary of
the object
Jeffrey H. Gove
Gove, J. H. and Van Deusen, P. C. 2011. On fixed-area plot sampling for
downed coarse woody debris. Forestry. Forestry 84:109–117.
standUpIZ
, sausageIZ
fullChainSawIZ
and
the downLogIZs
container class.
1 | showClass("chainSawIZ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.