cube.solid.grid {geozoo} | R Documentation |
A function to generate a solid cube with equidistant points.
cube.solid.grid(p = 3, n = 8)
p |
dimension of object |
n |
length of number of points in each dimension |
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 equidistant points cube.solid.grid(p = 3, n = 8) ## Through rggobi ggobi(cube.solid.grid(p = 3, n = 8))