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