vol.m3: Function to compute the volume of a tree bole assuming a...

Description Usage Arguments Details Value Examples

Description

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.

Usage

1
vol.m3(dbh.cm, height.m, multiplier = 0.5)

Arguments

dbh.cm

basal diameter in cm.

height.m

height in m.

multiplier

shape, expressed as a multiplier.

Details

Commonly-used shapes are:

Value

The volume is returned, in units of cubic metres.

Examples

1
2
vol.m3(30, 30)
vol.m3(30, 30, 1)

Example output

Loading required package: MASS
Loading required package: lattice

spuRs documentation built on May 2, 2019, 12:44 p.m.

Related to vol.m3 in spuRs...