code_hits: Code hits

Description Usage Arguments Details Examples

View source: R/code_hits.R

Description

code_hits classifies data values as canopy returns, sky returns, or data markers.

Usage

1

Arguments

df

a raw set of pcl data

Details

The function code_hits accounts for the NAs that are in the return distance column which are actually the sky hits (i.e. when the lidar does not record a canopy hit).

Examples

1
2
# classify data values that have been imported using read_pcl
pcl_coded <- code_hits(pcl_data)

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

Related to code_hits in forestr...