Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
A subclass of "ArealSampling
" that can be used to
create fixed-area circular plot objects for use in sampling surface
simulations.
Objects can be created by calls of the form new("circularPlot",
...)
; however, this is not recommended due to the necessity to have
the spatial representation correct. Preferably, one should use the
circularPlot
constructor for this class.
In addition to those slots in class "ArealSampling," the following are defined...
radius
:Object of class "numeric"
: The
fixed-plot radius in the correct units. For "English" units, this
would be feet, for "metric" units, meters.
area
:Object of class "numeric"
: The area of
the plot in the correct units.
perimeter
:Object of class "SpatialPolygons"
:
The "SpatialPolygons"
object corresponding to the perimeter of the
fixed-radius plot.
location
:Object of class "SpatialPoints"
: This
is a “SpatialPoints” representation of the location of the
object. In the "circularPlot" class, this is the fixed-radius plot
center. It will often correspond to the location slot in the
"Stem
" object under sampling surface
simulations. But there are exceptions: for example, under the
‘standup’ method, it will be at the large-end of the log,
while under the ‘chainsaw’ method, it will be some point
within the “sausage” shaped inclusion zone for protocol 1
in (Gove and Van Deusen, 2011).
spID
:Object of class "character"
: A unique
identifier that is used in the “SpatialPolygons”
representation of the object.
spUnits
:Object of class "CRS"
: A valid string
of class “CRS” denoting the spatial units coordinate system (?CRS
for more information) as in package sp.
Class "ArealSampling"
, directly.
signature(obj = "circularPlot")
: Return the
bounding box.
signature(object = "circularPlot")
: Return
the perimeter object.
signature(x = "circularPlot", y = "missing")
:
Graphical display of the object.
signature(object = "circularPlot")
: A summary
of the object.
Jeffrey H. Gove
The "ArealSampling
" class.
1 | showClass("circularPlot")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.