Description Objects from the Class Slots Methods Author(s) References See Also Examples
This is a virtual class that defines the root structure
for inclusion zones used in areal sampling methods. In general,
subclasses will use objects generated from both
"ArealSampling
" and "Stem
"
classes to form the functional object. Therefore, the object will be
tied to the actual "Stem" object and sampling method in use. Hence,
individual “InclusionZone” objects will be made for each stem
(i.e., downed log or standing tree) in a collection or population when
the final objective is a sampling surface simulation.
A virtual Class: No objects may be created from it.
description
:Object of class "character"
: Some
descriptive text about this class.
units
:Object of class "character"
: A character
string specifying the units of measure. Legal values are “English”
and “metric.”
bbox
:Object of class "matrix"
: The bounding
box enclosing the overall object and its inclusion zone.
spUnits
:Object of class "CRS"
: A valid string
of class "CRS
" denoting the spatial units
coordinate system as in package sp.
puaBlowup
:Object of class "numeric"
: The per
unit area blowup or expansion factor, based on an acre or hectare
depending upon the units of measure.
puaEstimates
:Object of class "list"
: A list of
estimates for per unit area quantities associated with the “Stem”
component of the object.
userExtra
:Object of class "ANY"
: This can be
anything else the user wants to include with the object. Often it
would be in the form of a list object. (This slot may be removed
in the future.)
signature(obj = "InclusionZone")
: Return the
bounding box
signature(x = "InclusionZone", y = "missing")
:
Plot the object
signature(object = "InclusionZone")
: Show the
object
signature(object = "InclusionZone")
: Object summary
Jeffrey H. Gove
“The InclusionZone Class” vignette.
For subclasses associated with down logs, see: downLogIZ
,
standUpIZ
,
chainSawIZ
,
sausageIZ
,
pointRelascopeIZ
,
perpendicularDistanceIZ
,
omnibusPDSIZ
,
distanceLimitedPDSIZ
,
omnibusDLPDSIZ
,
distanceLimitedIZ
,
distanceLimitedMCIZ
,
and the downLogIZs
container class. \
For subclasses associated with standing trees, see:
standingTreeIZ
,
circularPlotIZ
,
horizontalPointIZ
,
horizontalLineIZ
,
and the standingTreeIZs
container class.
1 | showClass("InclusionZone")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.