Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
A subclass of "ArealSampling
" that can be used to
create objects that encapsulate all the parameters necessary for any
variant of distance limited sampling of down woody debris.
Objects can be created by calls of the
form new("distanceLimited", ...)
, 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
distanceLimited
constructor.
In addition to those slots in class "ArealSampling," the following are defined...
distanceLimit
:Object of class "numeric"
: This
is simply the distance limit in either feet or meters, depending upon
the units
chosen.
Class "ArealSampling"
, directly.
signature(object = "distanceLimited")
: prints a
summary of the object
Jeffrey H. Gove
The "ArealSampling
" class.
1 | showClass("distanceLimited")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.