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://schloerke.github.io/geozoo/cube/
## Generates a solid cube with equidistant points
cube.solid.grid(p = 3, n = 8)