Learn R Programming

sampSurf (version 0.7-6)

circularPlotIZ: 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.

Value

A valid object of class "'>circularPlotIZ."

Details

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

References

The InclusionZone Class” vignette.

See Also

Class "'>circularPlotIZ", and circularPlotIZ-methods.

Examples

Run this code
# NOT RUN {
st = standingTree(dbh=50, solidType=4, height=25)
iz.cp = circularPlotIZ(st, 5)
summary(iz.cp)
plot(iz.cp, axes=TRUE, cex=2)
# }

Run the code above in your browser using DataLab