cross.polytope {geozoo}R Documentation

Cross Polytope

Description

A function generate a cross polytope, cube dual, with vertices and a wire frame.

Usage

cross.polytope(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 3-D Cross Polytope
cross.polytope(p = 3)

## Through rggobi in 4-D
ggobi(cross.polytope(p = 4))

[Package geozoo version 0.4 Index]