cube.solid.grid {geozoo} | R Documentation |
Equidistant Solid Cube
Description
A function to generate a solid cube with equidistant points
Usage
cube.solid.grid(p = 3, n = 8)
Arguments
p |
dimension of object |
n |
length of number of points in each dimension |
Value
points |
location of points |
edges |
edges of the object |
Author(s)
Barret Schloerke
References
http://schloerke.github.io/geozoo/cube/
Examples
## Generates a solid cube with equidistant points
cube.solid.grid(p = 3, n = 8)
[Package geozoo version 0.5.1 Index]