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