Learn R Programming

sampSurf (version 0.7-6)

omnibusPDSIZ-class: Class "omnibusPDSIZ"

Description

This class holds the inclusion zone definition for the ‘omnibus perpendicular distance sampling’ method (Ducey et. al, 2008) for sampling down coarse woody debris.

Arguments

Objects from the Class

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

Slots

This class is a direct descendent (subclass) of "perpendicularDistanceIZ" and adds no new slots to that definition. Please see the "'>perpendicularDistanceIZ" class definition for details.

Extends

Class "'>perpendicularDistanceIZ", directly. Class "'>pdsIZNull", directly. Class "'>downLogIZ", by class "perpendicularDistanceIZ", distance 2. Class "'>InclusionZone", by class "perpendicularDistanceIZ", distance 3.

Methods

izGrid

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

References

%

Ducey, M. J., Williams, M. S., Gove, J. H. and Valentine, H. T. 2008. Simultaneous unbiased estimates of multiple downed wood attributes in perpendicular distance sampling. Canadian Journal of Forest Research 38:2044--2051.

%

Williams, M. S. and Gove, J. H. 2003. Perpendicular distance sampling: an alternative method for sampling downed coarse woody debris. Canadian Journal of Forest Research 33:1564--1579.

See Also

'>downLogIZs container class

Examples

Run this code
# NOT RUN {
showClass("omnibusPDSIZ")
# }

Run the code above in your browser using DataLab