make_matrix: Make PCL matrix for higher level complexity measures

Description Usage Arguments Details Value Examples

View source: R/make_matrix.R

Description

make_matrix produces a matrix of, x, z values in coordinate space with the number and type of each LiDAR return in each x, z bin combination

Usage

1

Arguments

df

data frame of PCL data that has been processed with split_transect_from_pcl

Details

The make_matrix function munges data in to a data frame of x, z bins with the number of canopy hits located in each bin.

Value

sorted matrix of LiDAR returns for each x, z position

Examples

1

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

Related to make_matrix in forestr...