"pointRelascope"
: Point Relascope SamplingA 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<\nu \le 90\) degrees.
angleRadians
:Object of class "numeric"
: The
relascope angle in radians.
phi
:Object of class "numeric"
: The area factor
multiplier, \(\phi\), for angle \(\nu\), 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.
signature(object = "pointRelascope")
: prints a
summary of the object
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.
# NOT RUN {
showClass("pointRelascope")
# }
Run the code above in your browser using DataLab