cube.solid.random {geozoo} | R Documentation |
A function to generate a solid cube with random points.
cube.solid.random(p, n = 850 * 2^p)
p |
dimension of object |
n |
number of points in object |
points |
location of points |
edges |
edges of the object |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/cube/
## Generates a solid cube with random points cube.solid.random(p = 3,) ## Through rggobi ggobi(cube.solid.random(p = 3,))