Learn R Programming

sampSurf (version 0.7-6)

fullChainSawIZ-class: Class "fullChainSawIZ"

Description

This class holds the inclusion zone definition for the full ‘chainsaw’ method (Gove and Van Deusen, 2011) for sampling down coarse woody debris.

Arguments

Objects from the Class

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

Slots

This class is a direct subclass of “sausageIZ” and adds no new slots. Please see "'>sausageIZ" class definition for details.

Extends

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

Methods

izGrid

signature(izObject = "fullChainSawIZ", tract = "Tract"): Used in sampling surface construction.

References

Gove, J. H. and Van Deusen, P. C. 2011. On fixed-area plot sampling for downed coarse woody debris. Forestry 84:109--117.

See Also

'>standUpIZ, '>chainSawIZ, '>sausageIZ and the '>downLogIZs container class.

Examples

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

Run the code above in your browser using DataLab