standingTreeIZs {sampSurf}R Documentation

Generate Objects of Class "standingTreeIZs"

Description

This generic function has one method based on the signature formal argument object. It is used as a constructor function for objects that are of class "standingTreeIZs". The associated method should be used in preference to new to insure a valid object.

Usage

standingTreeIZs(object, ...)

Arguments

object

Signature formal argument.

...

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

Details

The methods that can be used to generate objects of class “standingTreeIZs” are detailed here: standingTreeIZs-methods.

Value

A valid object of class "standingTreeIZs."

Author(s)

Jeffrey H. Gove

References

The InclusionZone Class” vignette.

See Also

For subclasses of standingTreeIZ, see: circularPlotIZ,

Examples

sts = standingTrees(4, units='English', heights=c(10,30))
sts.cp = lapply(sts@trees, 'circularPlotIZ', plotRadius=20)
izs.cp = standingTreeIZs(sts.cp)
bbox(izs.cp)
plot(izs.cp, axes=TRUE)

[Package sampSurf version 0.7-5 Index]