read_pcl {forestr}R Documentation

read_pcl imports PCL or portable canopy LiDAR files into the workspace and formats them.

Description

This function specificially reads in PCL files that are in .csv format, standard format for that data type.

Usage

read_pcl(f)

Arguments

f

name of file currently being processed

See Also

process_pcl process_multi_pcl

Examples


# Link to raw PCL data, in .csv form.
uva_pcl <- system.file("extdata", "UVAX_A4_01W.csv", package = "forestr")

# Import PCL data to the workspace
pcl_data <-read_pcl(uva_pcl)



[Package forestr version 2.0.2 Index]