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 |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/sphere/
## Generates a solid sphere with equidistant points sphere.solid.grid(p = 3, n = 8) ## Through rggobi ggobi(sphere.solid.grid(p = 4,n = 5))