powered by
This function computes the volume of a tree bole given its basal diameter and length, assuming that the bole is a frustum of a geometric solid.
vol.m3(dbh.cm, height.m, multiplier = 0.5)
basal diameter in cm.
height in m.
shape, expressed as a multiplier.
The volume is returned, in units of cubic metres.
Commonly-used shapes are:
1/3 conoid
1/2 second-degree parabaloid
1 cylinder
# NOT RUN { vol.m3(30, 30) vol.m3(30, 30, 1) # }
Run the code above in your browser using DataLab