Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
A subclass of "ArealSampling
" that can be used to
create objects that encapsulate all the parameters necessary for point
relascope sampling of down woody debris.
Objects can be created by calls of the form new("pointRelascope",
...)
, and while this is reasonable with this class because there are
no graphical slots, it is still not recommended. The preferred method
for creating new objects is via the pointRelascope
constructor.
In addition to those slots in class "ArealSampling," the following are defined...
angleDegrees
:Object of class "numeric"
: The
relascope angle in degrees such that 0<ν ≤ 90 degrees.
angleRadians
:Object of class "numeric"
: The
relascope angle in radians.
phi
:Object of class "numeric"
: The area factor
multiplier, φ, for angle ν, as described in the
references below.
slFactor
:Object of class "numeric"
: The
squared length factor, L, defining the constant amount of
length-square per unit area (acre or hectare) as described in the
references below.
rwFactor
:Object of class "numeric"
: The
reach:width ratio or factor that makes it simpler to keep track of
some of the more useful relascope angles, especially when
constructing a relascope.
Class "ArealSampling"
, directly.
signature(object = "pointRelascope")
: prints a
summary of the object
Jeffrey H. Gove
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.
J. H. Gove, M. J. Ducey, A. Ringvall, and G. Stahl. 2001. Point relascope sampling: A new way to assess down coarse woody debris. Journal of Forestry 4:4–11.
The "ArealSampling
" class.
1 | showClass("pointRelascope")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.