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