circularPlotIZ {sampSurf}R Documentation

Generate Objects of Class "circularPlotIZ"

Description

This is the generic function for class “circularPlotIZ”. Please see the associated method in circularPlotIZ-methods for more details.

Usage

circularPlotIZ(standingTree, plotRadius, ...)

Arguments

standingTree

Signature object of class "standingTree".

plotRadius

Signature object for plot radius.

...

See methods.

Details

Since only one method exists for this generic, its signature arguments coincide with the above. Please see circularPlotIZ-methods for more details.

Value

A valid object of class "circularPlotIZ."

Author(s)

Jeffrey H. Gove

References

The InclusionZone Class” vignette.

See Also

Class "circularPlotIZ", and circularPlotIZ-methods.

Examples

st = standingTree(dbh=50, solidType=4, height=25)
iz.cp = circularPlotIZ(st, 5)
summary(iz.cp)
plot(iz.cp, axes=TRUE, cex=2)

[Package sampSurf version 0.7-5 Index]