Tree_Dimensions_Functions: Tree Dimensions Functions

Description Usage Arguments

Description

Convert top to mean tree height (and viceversa), calculate crown dimensions (width and depth) from dbh and tree height, calculate diameter at base of the tree for Deflection Loading Factor, and calculate "equivalent mean height" from stand top height for the TMC method.

Usage

1
2
3
4
5
6
7
8
9
top_ht_to_mean_ht(param0_height, param1_height, top_ht)

mean_ht_to_top_ht(param0_height, param1_height, mean_ht)

canopy_width_fun(param0_cr_width, param1_cr_width, dbh)

canopy_depth_fun(param0_cr_depth, param1_cr_depth, ht)

diam_base_fun(dbh, ht, cr_depth)

Arguments

param0_height

Species-specific parameter for conversions between mean height and top height. Offset in linear regression equation.

param1_height

Species-specific parameter for conversions between mean height and top height. Multiplier in linear regression equation.

top_ht

Dominant tree height in the stand (m).

mean_ht

Mean tree height in the stand. For the TMC method, arithmetic mean height of the trees in the stand (m).

param0_cr_width

Species-specific parameter for calculation of crown width from dbh. Offset in linear regression equation.

param1_cr_width

Species-specific parameter for calculation of crown width from dbh. Multiplier in linear regression equation.

dbh

Diameter of the stem at breast height, i.e. 1.3m above the ground (cm). Depending on the method used ('roughness' or 'TMC') this can be either the arithmetic average of the dbh of all the trees in the stand, or the dbh of an individual tree.

param0_cr_depth

Species-specific parameter for calculation of crown length from tree height. Offset in linear regression equation.

param1_cr_depth

Species-specific parameter for calculation of crown length from tree height. Multiplier in linear regression equation.

ht

Tree height. Depending on the method used ('roughness' or 'TMC'), this can be either the mean tree in the stand, or each individual tree (m).

cr_depth

Length of the tree crown (m).

equivalent_mean_ht

Height of stand-level wind moment absorption hypothesised for the TMC method. Calculated from stand top height using a linear relationship derived from the mean height - top height regressions values across all tree species currently included in the model.


tom-locatelli/fgr documentation built on Oct. 2, 2020, 2:09 a.m.