horizontalPointIZ {sampSurf} | R Documentation |
horizontalPointIZ
"
This is the generic function for class
“horizontalPointIZ”. Please see the associated method in
horizontalPointIZ-methods
for more details.
horizontalPointIZ(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
horizontalPointIZ-methods
for more details.
A valid object of class "horizontalPointIZ
."
Jeffrey H. Gove
Class "horizontalPointIZ
", and horizontalPointIZ-methods
.
st = standingTree(dbh=50, solidType=4, height=25) ag = angleGauge(baf=4) iz.hps = horizontalPointIZ(st, ag) summary(iz.hps) plot(iz.hps, axes=TRUE, cex=2)