sphere.solid.grid {geozoo}R Documentation

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

Author(s)

Barret Schloerke

References

http://streaming.stat.iastate.edu/~dicook/geometric-data/sphere/

Examples

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

## Through rggobi
ggobi(sphere.solid.grid(p = 4,n = 5))

[Package geozoo version 0.4 Index]