f.calc_single_tree: Calculates the LAD and BAD of a single tree!

View source: R/f_calc_single_tree.R

f.calc_single_treeR Documentation

Calculates the LAD and BAD of a single tree!

Description

Calculates the LAD and BAD of a single tree!

Usage

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
)

Arguments

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

Value

A list with a 3D LAD array, a 3D BAD array and the species of the tree

Examples

f.calc_single_tree(tree_type_b = 1, crown_diameter = 10, dx = 2)

SebaStad/rPALM documentation built on June 4, 2024, noon