pointRelascopeIZ-class: Class "pointRelascopeIZ"

Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples

Description

This class holds the inclusion zone definition for the ‘point relascope’ method (Gove et. al, 1999) for sampling down coarse woody debris.

Objects from the Class

Objects can be created by calls of the form new("pointRelascopeIZ", ...). However, this is not recommended because the objects are fairly complex. Instead, one can use the object constructor pointRelascopeIZ to create new objects.

Slots

Most of the slots are described in the superclasses (see below), please see their help pages for more information. This class adds a few slots to the "downLogIZ" class specification.

prs:

Object of class "pointRelascope": This supplies the information on the relascope angle, etc., used for constructing the inclusion zone.

dualCircle:

Object of class "matrix": A matrix representation of the dual circle inclusion zone in homogeneous coordinates. This can be manipulated and plotted as desired for easy access to the inclusion zone where needed.

radius:

Object of class "numeric": The radius of each of the dual circles in the inclusion zone.

area:

Object of class "numeric": The exact area of the inclusion zone.

perimeter:

Object of class "SpatialPolygons": This is the inclusion zone perimeter as a “SpatialPolygons” object.

pgDualArea:

Object of class "numeric": This is the area of the dual circle inclusion zone as calculated from the polygon in the perimeter slot using the “SpatialPolygons” object. As such, it is an approximation of the true area of the inclusion zone, which is given in the area slot. This just enables us to see how close the graphic representation is to the real area, and adjust if necessary the number of points defining the inclusion area perimeter.

dualCenters:

Object of class "matrix" The center points of each of the dual circles as a “SpatialPoints” object.

Extends

Class "downLogIZ", directly.
Class "InclusionZone", by class "downLogIZ", distance 2.

Methods

izGrid

signature(izObject = "pointRelascopeIZ", tract = "Tract"): “InclusionZoneGrid” generic constructor

perimeter

signature(object = "pointRelascopeIZ"): Return the object perimeter

plot

signature(x = "pointRelascopeIZ", y = "missing"): Plot the object

summary

signature(object = "pointRelascopeIZ"): Object summary

Author(s)

Jeffrey H. Gove

References

J. H. Gove, A. Ringvall, G. Stahl, and M. J. Ducey. 1999. Point relascope sampling of downed coarse woody debris. Canadian Journal of Forest Research 29(11):1718–1726.

See Also

downLogIZs container class

Examples

1
showClass("pointRelascopeIZ")

sampSurf documentation built on March 5, 2021, 3:01 p.m.