pipe: 'read_pcl' imports PCL or portable canopy LiDAR files into...

%>%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.

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

Usage

read_pcl(f, ht.thresh)

read_pcl_multi(data_directory, filename, ht.thresh)

Arguments

f

name of file currently being processed

ht.thresh

the height at which to filter values below

data_directory

directory where files are stored

filename

name of file to be imported

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, ht.thresh = 60)


## Not run: 
# This function runs internally right now.
read_pcl_multi(data_directory, filename, ht.thresh)

## End(Not run)

atkinsjeff/forestr documentation built on Dec. 12, 2023, 5:36 a.m.