Learn R Programming

VoxR (version 0.5.1)

data1: Cubic point cloud

Description

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

Usage

data(data1)

Arguments

Format

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

Run the code above in your browser using DataLab