sphere.hollow {geozoo}R Documentation

Sphere

Description

A function to generate a sphere with points on the surface.

Usage

sphere.hollow(p, n = p * 500)

Arguments

p dimension of object
n number of points

Author(s)

Barret Schloerke

References

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

Examples

## Generates a sphere with points on the surface.
sphere.hollow(p = 3)

## Through rggobi
ggobi(sphere.hollow(p = 4))

[Package geozoo version 0.4 Index]