Description Usage Arguments Details Value Examples
This function calculates the diameter of a given height inside for a given tree of dimensions (dbh, h).
1 |
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 |
bark |
boolean, if TRUE volume including bark is calculated (default) |
Strictly speaking getDatHx
is a wrapper function. It loads the fortran
subroutine BDATDMRHX
or BDATDORHX
(depending on whether or not
bark is set to TRUE or FALSE) within a call of loadBDAT
.
diameter at height hx
1 | getDatHx(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.