Description Usage Arguments Details Value Examples
View source: R/getDoubleBark.R
This function calculates bark's double thickness of a given diameter inside for a given tree of dimensions (dbh, h).
1 | getDoubleBark(sp, d, h, hx, H1 = 1.3, D2 = 0, H2 = 0)
|
sp |
species code from BDAT |
d |
diameter in breast height (dbh) of tree |
h |
height of tree |
hx |
height for which diameter is required |
H1 |
height where |
D2 |
diameter at second height |
H2 |
according to D2, default is 0 |
Strictly speaking getH
is a wrapper function. It loads the fortran
subroutine BDATHXDX
within a call of loadBDAT
.
height of diameter dx
1 | getDoubleBark(sp=1, d=30, h=40, hx=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.