Learn R Programming

sampSurf (version 0.7-6)

standingTree: Generate Objects of Class "'>standingTree"

Description

This generic function has methods based on the signature formal argument object. It is used as a constructor function for objects that are of class "'>standingTree". There are two methods that should be used in preference to new to insure a valid object.

Usage

standingTree(object, ...)

Arguments

object

This is the signature formal argument, see the methods for more details.

Formal arguments that are different for each method, see those for details.

Value

A valid object of class "'>standingTree."

Details

standingTree is defined completely with respect to the signature of its methods standingTree-methods. Methods are available for data.frame, and missing signatures. Other methods can obviously be added for other signatures as necessary.

References

“The Stem Class” vignette in this package.

See Also

standingTree-methods

Examples

Run this code
# NOT RUN {
#
#create a standingTree object and show it...
#
st = standingTree(dbh=20, solidType=3)
summary(st)
plot(st)
# }

Run the code above in your browser using DataLab