standingTrees: Generate Objects of Class "'standingTrees'"

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This generic function has methods based on the signature formal arguments object and container. It is used as a constructor function for objects that are of class "standingTrees". This method should be used in preference to new to insure a valid object.

Usage

1
standingTrees(object, container, ...)

Arguments

object

Signature formal argument to key on whether trees are passed or generated.

container

Relevant if the trees are to be contained within some physical boundary/area like a “Tract” object.

...

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

Details

The methods that can be used to generate objects of class “standingTrees” are detailed here: standingTrees-methods. As mentioned, each has a different signature and supporting formal arguments allowing you to generate a collection in various ways. Please see the above link for more details.

Value

A valid object of class "standingTrees."

Author(s)

Jeffrey H. Gove

References

“The Stem Class” vignette in this package.

See Also

standingTree, and classes: "standingTree", "StemContainer"

Examples

1
2
3
4
showMethods("standingTrees")
strees = standingTrees(15, xlim=c(0,20), ylim=c(10,40), dbhs=c(10,25))
summary(strees)
plot(strees, axes=TRUE)

sampSurf documentation built on March 5, 2021, 3:01 p.m.