Description Objects from the Class Slots Extends Methods Author(s) References See Also Examples
This class holds the inclusion zone definition for the ‘omnibus distance limited perpendicular distance sampling’ method for sampling down coarse woody debris. This class is fairly complicated because there are three possibilities for the components of the inclusion zone. It is best to read "The InclusionZone Class" vignette, along with the references for more information—the why's and wherefore's are not presented here, only the class documentation.
Objects can be created by calls of the
form new("omnibusDLPDSIZ", ...)
. However, this is not recommended
because the objects are fairly complex. Instead, one can use the object
constructor omnibusDLPDSIZ
to create new objects.
This class is a direct descendent (subclass) of
"distanceLimitedPDSIZ"
and adds no new slots to that
definition. Please see the "distanceLimitedPDSIZ"
class definition for details.
Class "distanceLimitedPDSIZ"
, directly.
Class "perpendicularDistanceIZ"
, by class "distanceLimitedPDSIZ", distance 2.
Class "downLogIZ"
, by class "distanceLimitedPDSIZ", distance 3.
Class "pdsIZNull"
, by class "distanceLimitedPDSIZ", distance 3.
Class "InclusionZone"
, by class "distanceLimitedPDSIZ", distance 4.
No new methods are defined with class "omnibusDLPDSIZ" in the signature; instead
see those defined for "distanceLimitedPDSIZ"
.
Jeffrey H. Gove
This method has not been published yet, please see the vignette mentioned above for details.
downLogIZs
container class
1 | showClass("omnibusDLPDSIZ")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.