Learn R Programming

sampSurf (version 0.7-6)

standingTreeIZ-class: Class "standingTreeIZ"

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…

standingTree:

Object of class "standingTree": Holds an object of class "'>standingTree".

Extends

Class "'>InclusionZone", directly.

Methods

summary

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

References

The InclusionZone Class” vignette.

See Also

For subclasses, see: '>circularPlotIZ, '>horizontalLineIZ, and the '>standingTreeIZs container class.

Examples

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

Run the code above in your browser using DataLab