Learn R Programming

VoxR (version 0.5.1)

treecloud_vox: treecloud voxelised

Description

treecloud LiDAR scene voxelised using vox function with a 0.02m resolution

Usage

data(treecloud_vox)

Arguments

Format

A data frame with 373939 observations on the following 4 variables.
X
a numeric vector
Y
a numeric vector
Z
a numeric vector
NBpts
a numeric vector

Examples

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

Run the code above in your browser using DataLab