| calc_vai | R Documentation | 
calc_vai calculates vegetation area index (VAI) from a normalized
matrix of LiDAR data.
calc_vai(df, max.vai)
df | 
 data frame of pcl data that has been corrected for light extinction
using the   | 
max.vai | 
 the maximum value of column VAI. The default is 8. Should be a max value, not a mean.  | 
a matrix of vai by x, z in the canopy
pcl_vai <- calc_vai(pcl_norm, max.vai = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.