read_pcl_multi {forestr}R Documentation

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

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

## End(Not run)

[Package forestr version 2.0.2 Index]