powered by
plot_hit_grid produces a LiDAR hit grid plot
plot_hit_grid
plot_hit_grid(m, filename, transect.length, max.ht, max.vai)
matrix of light adjusted vai values.
the name of the file currently being processed.
the length of the transect used to create the x-axis
the maximum measured height used to create the y-axis
the maximum density of VAI, defaul = 8
a hit gride of VAI
# NOT RUN { # Calculates metrics of canopy structural complexity. plot_hit_grid(pcl_vai, filename = "UVA LiDAR data", transect.length = 40, max.ht = 30, max.vai = 8) # }
Run the code above in your browser using DataLab