circularPlotIZ: Generate Objects of Class "'circularPlotIZ'"

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

Description

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

Usage

1

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

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

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