segmentVolume {sampSurf} | R Documentation |
"Stem"
Object This generic will allow the determination of segment volumes within
individual "downLog"
or
"standingTree"
objects.
segmentVolume(object, ...)
object |
See methods for the possibilites of this signature argument. |
... |
Just gobbled for now. |
If the object's solidType
slot is not NULL
, then
the default taper equation is used to determine the volume based on
the object's solidType
. Otherwise, the segment volume is
determined by fitting a spline to the object's taper data. Please see
the methods for more information on usage: segmentVolume-methods
The scalar volume of the segment chosen.
Jeffrey H. Gove
The wbVolume
and splineVolume
code within .StemEnv.
dl = downLog(buttDiam=12, topDiam=2, logLen=10, units="English") segmentVolume(dl, segBnds=c(3,8))