total_branch_volume_qsm: Total branch volume TreeQSM

View source: R/basic_metrics_qsm.R

total_branch_volume_qsmR Documentation

Total branch volume TreeQSM

Description

Extracts the total branch volume from the treedata of a TreeQSM.

Usage

total_branch_volume_qsm(treedata)

Arguments

treedata

Treedata field of a TreeQSM that is returned by read_tree_qsm.

Value

The total branch volume of the TreeQSM in liters.

Examples

## Not run: 
# Read tree qsm and extract total branch volume
qsm <- read_tree_qsm(QSM_path = "path/to/qsm.mat")
branchvol <- total_branch_volume_qsm(treedata = qsm$treedata)

## End(Not run)

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