Learn R Programming

VoxR (version 0.5.1)

data2: Cubic point cloud

Description

Cubic point cloud used as an example for the sub.obj function complementary toward data1.

Usage

data(data2)

Arguments

Format

A data frame with 7140 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(data2)
require(rgl)
library(rgl)
plot3d(data2)

Run the code above in your browser using DataLab