sphere.hollow {geozoo} | R Documentation |
A function to generate a sphere with points on the surface.
sphere.hollow(p, n = p * 500)
p |
dimension of object |
n |
number of points |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/sphere/
## Generates a sphere with points on the surface. sphere.hollow(p = 3) ## Through rggobi ggobi(sphere.hollow(p = 4))