Learn R Programming

dendrometry (version 0.0.2)

decrease: The decrease coefficient

Description

This coefficient expresses the ratio between the diameter (or circumference) at mid-height of the bole and the diameter (or circumference) measured at breast height.

Usage

decrease(middle, breast)

Value

A vector of decrease coefficients.

Arguments

middle

numeric, the diameter or circumference at middle height.

breast

numeric, the diameter or circumference at breast height.

Details

Both middle and breast arguments should be of the same type (either diameter or circumference). Not mixture.

Examples

Run this code
decrease(30, 120)
decrease(middle = 40, breast = 90)

Run the code above in your browser using DataLab