Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
This class holds the inclusion zone definition for critical height sampling for standing trees.
Objects can be created by calls of the form
new("criticalHeightIZ", ...)
. However, this is not recommended
because the objects are fairly complex. Instead, one can use the object
constructor "criticalHeightIZ
" to create new objects.
This class is a direct descendant of
"horizontalPointIZ
" and adds one new slot to the
class definition; refer to that class description for other slots and their
meanings. Please do note that the other slots listed below have slightly
different meanings here...
referenceHeight
:Object of class "character"
:
The reference height at which the inclusion zone is determined. It
can be either "butt" for the base of the tree, or "dbh" for breast
height as specified in .StemEnv$referenceCHSIZ
.
puaBlowup
:Object of class "numeric"
: The
exansion factor for every tree is simply the basal area factor (BAF).
puaEstimates
:Object of class "list"
: Only
volume may be estimated under critical height sampling, all other
attribute estimates are NA
.
Class "horizontalPointIZ"
, directly.
Class "circularPlotIZ"
, by class "horizontalPointIZ", distance 2.
Class "standingTreeIZ"
, by class "horizontalPointIZ", distance 3.
Class "InclusionZone"
, by class "horizontalPointIZ", distance 4.
signature(izObject = "criticalHeightIZ", tract =
"Tract")
: “InclusionZoneGrid” constructor
signature(object = "criticalHeightIZ")
: Object summary
Jeffrey H. Gove
There are numerous references to critical height sampling, the following are a sample...
T. G. Gregroire and H. T. Valentine. 2009. Sampling strategies for natural resources and the environment. Chapman and Hall/CRC, 496p.
“The InclusionZone Class” vignette.
See also the
"circularPlotIZ"
and
"horizontalPointIZ"
classes, and the "standingTreeIZs
" container class
1 | showClass("criticalHeightIZ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.