Description Usage Arguments Details Value Author(s) See Also Examples
This generic will allow the determination of segment volumes within
individual "downLog" or
"standingTree" objects.
1 | 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.
1 2 | dl = downLog(buttDiam=12, topDiam=2, logLen=10, units="English")
segmentVolume(dl, segBnds=c(3,8))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.