reducecoef | R Documentation |
The reduction coefficient is the ratio between the difference in size at breast height and mid-height on the one hand, and the size at breast height on the other. It is thus the complement to 1 of the coefficient of decrease.
reducecoef(middle, breast)
middle |
numeric, the diameter or circumference at middle height. |
breast |
numeric, the diameter or circumference at breast height. |
Both middle
and breast
arguments should be of the
same type (either diameter or circumference). Not mixture.
The reduction coefficient.
decrease
reducecoef(30, 120)
reducecoef(middle = 40, breast = 90)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.