sphere.solid.grid: Solid Sphere with Equidistant Points

Description Usage Arguments Value Author(s) References Examples

View source: R/sphere.R

Description

A function to generate a solid sphere with equidistant points.

Usage

1
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)

Author(s)

Barret Schloerke

References

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

Examples

1
2
## Generates a solid sphere with equidistant points
sphere.solid.grid(p = 3, n = 8)

geozoo documentation built on May 2, 2019, 5:06 a.m.