geozoo (version 0.5.1)

sphere.solid.grid: Solid Sphere with Equidistant Points

Description

A function to generate a solid sphere with equidistant points.

Usage

sphere.solid.grid(p = 3, n = 8)

Arguments

p
dimension of object
n
maximum number of points in the diameter

Value

points
location of points
edges
edges of the object (null)

References

http://schloerke.github.io/geozoo/sphere/

Examples

Run this code
## Generates a solid sphere with equidistant points
sphere.solid.grid(p = 3, n = 8)

Run the code above in your browser using DataCamp Workspace