crown_area_alpha_qsm: Alpha crown area TreeQSM

View source: R/basic_metrics_qsm.R

crown_area_alpha_qsmR Documentation

Alpha crown area TreeQSM

Description

Extracts the alpha crown area from the treedata of a TreeQSM. This is calculated during the TreeQSM process as the area (m$^2$) of the crown's planar projection's alpha shape.

Usage

crown_area_alpha_qsm(treedata)

Arguments

treedata

Treedata field of a TreeQSM that is returned by read_tree_qsm.

Value

The alpha crown area of the TreeQSM in square meters.

Examples

## Not run: 
# Read tree qsm and extract tree height
qsm <- read_tree_qsm(QSM_path = "path/to/qsm.mat")
caa <- crown_area_alpha_qsm(treedata = qsm$treedata)

## End(Not run)

lmterryn/ITSMe documentation built on Feb. 4, 2025, 2:21 a.m.