Learn R Programming

VoxR (version 0.5.1)

treecloud: LiDAR scene of a tree

Description

LiDAR scene of a tree digitized using an Ilris 3d (opech) T-LiDAR.

Usage

data(treecloud)

Arguments

Format

A data frame with 680710 observations on the following 3 variables.
X
a numeric vector
Y
a numeric vector
Z
a numeric vector

Examples

Run this code
data(treecloud)
require(rgl)
library(rgl)
plot3d(treecloud)

Run the code above in your browser using DataLab