Description Usage Arguments Value Author(s) References Examples
A function to generate a sphere with points on the surface
1 | sphere.hollow(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/
1 2 | ## Generates a sphere with points on the surface
sphere.hollow(p = 3, n = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.