Learn R Programming

sampSurf (version 0.7-6)

distanceLimitedMCIZ-class: Class "distanceLimitedMCIZ"

Description

This class holds the inclusion zone definition for the ‘distance limited Monte Carlo sampling’ method for sampling down coarse woody debris.

Arguments

Objects from the Class

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

Slots

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

Extends

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

Methods

See other methods as defined for the direct superclass.

izGrid

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

References

A vignette comparing the different variants is available from the author.

Gove, J. H., Ducey, M. J. and Valentine, H. T. 2012. A distance limited method for sampling downed coarse woody debris. In Prep.

See Also

'>downLogIZs container class

Examples

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

Run the code above in your browser using DataLab