Learn R Programming

sampSurf (version 0.7-6)

standUpIZ-class: Class "standUpIZ"

Description

This class holds the inclusion zone definition for the “stand-up” 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("standUpIZ", ...). As usual in this class, however, this is not recommended because the objects are fairly complex. Instead, one can use the object constructor standUpIZ to create new objects.

Slots

Most of the slots are described in the superclasses (see below), please see their help pages for more information. Essentially, this class adds only one slot to the "downLogIZ" class specification.

circularPlot:

Object of class "circularPlot": An object from the "'>ArealSampling" subclass "'>circularPlot". Please see the help for this class for more information on the slots associated with circular plot objects.

Extends

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

Methods

izGrid

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

perimeter

signature(object = "standUpIZ"): Return the object perimeter

plot

signature(x = "standUpIZ", y = "missing"): Plot the object

summary

signature(object = "standUpIZ"): Object summary

References

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

See Also

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

Examples

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

Run the code above in your browser using DataLab