plot_hit_grid: Plots LiDAR hit grids of VAI

Description Usage Arguments Value Examples

View source: R/plot_hit_grid.R

Description

plot_hit_grid produces a LiDAR hit grid plot

Usage

1
plot_hit_grid(m, filename, transect.length, max.ht, max.vai)

Arguments

m

matrix of light adjusted vai values.

filename

the name of the file currently being processed.

transect.length

the length of the transect used to create the x-axis

max.ht

the maximum measured height used to create the y-axis

max.vai

the maximum density of VAI, defaul = 8

Value

a hit gride of VAI

Examples

1
2
3
# Calculates metrics of canopy structural complexity.
plot_hit_grid(pcl_vai, filename = "UVA LiDAR data", transect.length = 40,
 max.ht = 30, max.vai = 8)

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