Learn R Programming

forestr (version 2.0.2)

read_pcl_multi: read_pcl_multi 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_multi(data_directory, filename)

Arguments

data_directory

directory where files are stored

filename

name of file to be imported

Zero-length vectors have sum 0 by definition. See http://en.wikipedia.org/wiki/Empty_sum for more details.

Examples

Run this code
# NOT RUN {
# This function runs internally right now.
read_pcl_multi(data_directory, filename)
# }

Run the code above in your browser using DataLab