cube.iterate {geozoo} | R Documentation |
A function generate a cube with vertices and a wire frame.
cube.iterate(p = 3)
p |
dimension of object |
points |
location of points |
edges |
edges of the object |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/cube/
## Generates a cube cube.iterate(p = 3) ## Through rggobi ggobi(cube.iterate(p = 3))