cube.iterate {geozoo}R Documentation

Cube

Description

A function generate a cube with vertices and a wire frame.

Usage

cube.iterate(p = 3)

Arguments

p dimension of object

Value

points location of points
edges edges of the object

Author(s)

Barret Schloerke

References

http://streaming.stat.iastate.edu/~dicook/geometric-data/cube/

Examples

## Generates a cube
cube.iterate(p = 3)

## Through rggobi
ggobi(cube.iterate(p = 3))

[Package geozoo version 0.4 Index]