View source: R/f_calc_single_tree.R
f.calc_single_tree | R Documentation |
Calculates the LAD and BAD of a single tree!
f.calc_single_tree(
tree_type_b = NULL,
tree_shape = NULL,
crown_ratio = NULL,
crown_diameter = NULL,
tree_height = NULL,
lai = NULL,
dbh = NULL,
extinktion_sphere = 0.6,
extinktion_cone = 0.2,
fillvalue = -9999.9,
dx
)
tree_type_b |
Integer. TreeType according to a "database" so far, only fillvalues! |
tree_shape |
Integer. TreeShape, can be set (1-6), or database, then according to TreeType |
crown_ratio |
Numeric. Ratio of the Crown? |
crown_diameter |
Numeric. Diameter of the Crown, MUST BE SET as database has 0! |
tree_height |
Numeric. Database entry is 12 |
lai |
Numeric. Database entry is 2 |
dbh |
Numeric. Database entry is 0.35 |
extinktion_sphere |
Numeric. ? |
extinktion_cone |
Numeric. = |
fillvalue |
Numeric. -9999.9 |
A list with a 3D LAD array, a 3D BAD array and the species of the tree
f.calc_single_tree(tree_type_b = 1, crown_diameter = 10, dx = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.