calc_vai: Calculate vegetation area index (VAI) from normalized PCL...

Description Usage Arguments Value Examples

View source: R/calc_vai.R

Description

calc_vai calculates vegetation area index (VAI) from a normalized matrix of LiDAR data.

Usage

1
calc_vai(df, max.vai)

Arguments

df

data frame of pcl data that has been corrected for light extinction using the normalize_pcl function.

max.vai

the maximum value of column VAI. The default is 8. Should be a max value, not a mean.

Value

a matrix of vai by x, z in the canopy

Examples

1
pcl_vai <- calc_vai(pcl_norm, max.vai = 8)

forestr documentation built on April 17, 2020, 1:26 a.m.

Related to calc_vai in forestr...