Learn R Programming

forestr (version 2.0.2)

make_matrix: Make PCL matrix for higher level complexity measures

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

make_matrix(df)

Arguments

df

data frame of PCL data that has been processed with split_transect_from_pcl

Value

sorted matrix of LiDAR returns for each x, z position

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.

Examples

Run this code
# NOT RUN {
pcl_matrix <- make_matrix(pcl_split)

# }

Run the code above in your browser using DataLab