segmentVolume: Determine segment volumes within a '"Stem"' Object

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This generic will allow the determination of segment volumes within individual "downLog" or "standingTree" objects.

Usage

1
segmentVolume(object, ...)

Arguments

object

See methods for the possibilites of this signature argument.

...

Just gobbled for now.

Details

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

Value

The scalar volume of the segment chosen.

Author(s)

Jeffrey H. Gove

See Also

The wbVolume and splineVolume code within .StemEnv.

Examples

1
2
dl = downLog(buttDiam=12, topDiam=2, logLen=10, units="English")
segmentVolume(dl, segBnds=c(3,8))

sampSurf documentation built on March 5, 2021, 3:01 p.m.