Learn R Programming

rTLS (version 0.2.3)

pc_tree: A Tree Point Cloud

Description

A data.table from a point cloud of a tree with a spatial point resolution of 0.05 mm.

Usage

data(pc_tree)

Arguments

Format

A data.table with three columns, which are:

X

the "X" coordinate

Y

the "Y coordinate

Z

the "Z" coordinate

A data.table where the rows represent the points and the three columns represent the *XYZ* coordinates.

References

Guzman, Sharp, Alencastro, Sanchez-Azofeifa. 2018. To be published.

Examples

Run this code
# NOT RUN {
data(pc_tree)
head(pc_tree)

# }

Run the code above in your browser using DataLab