Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
This class holds the inclusion zone definition for the fixed-area circular plot method for sampling standing trees.
Objects can be created by calls of the form new("circularPlotIZ",
...)
. However, this is not recommended
because the objects are fairly complex. Instead, one can use the object
constructor circularPlotIZ
to create new objects.
This class adds one slot to the "standingTreeIZ" class specification, please see the superclasses (see below) for more definitions.
circularPlot
:Object of class "circularPlot"
:
An object from the "ArealSampling
" subclass
"circularPlot
". Please see the help for this
class for more information on the slots associated with circular
plot objects.
Class "standingTreeIZ"
, directly.
Class "InclusionZone"
, by class "standingTreeIZ", distance 2.
signature(x = "circularPlotIZ")
: Return the area
of the circular plot inclusion zone.
signature(izObject = "circularPlotIZ", tract =
"Tract")
: Create the raster grid object associated with the inclusion
zone.
signature(object = "circularPlotIZ")
: Return
the object perimeter as a SpatialPolygons object.
signature(x = "circularPlotIZ", y = "missing")
:
Plot the object.
signature(object = "circularPlotIZ")
: Summary
report for the object.
Jeffrey H. Gove
“The InclusionZone Class” vignette.
standingTreeIZs
container class
1 | showClass("circularPlotIZ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.