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

data(pc_tree)

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

data(pc_tree)
head(pc_tree)
#>          X        Y          Z
#> 1: 9.14850 -1.11025 0.00099992
#> 2: 9.22250 -1.12225 0.00000000
#> 3: 9.12125 -1.09025 0.03899991
#> 4: 9.14725 -1.15775 0.10199999
#> 5: 9.14675 -1.10650 0.08574998
#> 6: 9.12650 -1.11400 0.13224995