sphere.solid.grid {geozoo} | R Documentation |
A function to generate a solid sphere with equidistant points.
sphere.solid.grid(p = 3, n = 8)
p |
dimension of object |
n |
maximum number of points in the diameter |
points |
location of points |
edges |
edges of the object (null) |
Barret Schloerke
http://schloerke.github.io/geozoo/sphere/
## Generates a solid sphere with equidistant points
sphere.solid.grid(p = 3, n = 8)