Learn R Programming

sampSurf (version 0.7-6)

downLogIZ-class: Class "downLogIZ"

Description

This represents an incremental change from the virtual base "'>InclusionZone" class. It is meant to clearly facilitate the division between standing trees and down logs with regard to inclusion zones, and it is a virtual class like its direct parent.

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

Slots

Only one slot has been added to this class, please see the definition of the "'>InclusionZone" class for other inherited slots…

downLog:

Object of class "downLog": Holds and object of class "'>downLog".

Extends

Class "'>InclusionZone", directly.

Methods

summary

signature(object = "downLogIZ"): Print a summary for any subclass object

References

The InclusionZone Class” vignette.

See Also

For subclasses, see: '>standUpIZ, '>chainSawIZ, '>sausageIZ, '>pointRelascopeIZ, '>perpendicularDistanceIZ, '>omnibusPDSIZ, '>distanceLimitedPDSIZ, '>omnibusDLPDSIZ, '>distanceLimitedIZ, '>distanceLimitedMCIZ, and the '>downLogIZs container class.

Examples

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

Run the code above in your browser using DataLab