circularPlotIZ {sampSurf} | R Documentation |
circularPlotIZ
"
This is the generic function for class
“circularPlotIZ”. Please see the associated method in
circularPlotIZ-methods
for more details.
circularPlotIZ(standingTree, plotRadius, ...)
standingTree |
Signature object of class
" |
plotRadius |
Signature object for plot radius. |
... |
See methods. |
Since only one method exists for this generic, its signature
arguments coincide with the above. Please see
circularPlotIZ-methods
for more details.
A valid object of class "circularPlotIZ
."
Jeffrey H. Gove
“The InclusionZone Class” vignette.
Class "circularPlotIZ
", and circularPlotIZ-methods
.
st = standingTree(dbh=50, solidType=4, height=25) iz.cp = circularPlotIZ(st, 5) summary(iz.cp) plot(iz.cp, axes=TRUE, cex=2)