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