sphere.solid.random: Solid sphere with Random Points

Description Usage Arguments Value Author(s) References Examples

Description

A function to generate a solid sphere with random points

Usage

1
sphere.solid.random(p = 3, n = p * 500)

Arguments

p

dimension of object

n

number of points

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 random points.
sphere.solid.random(p = 3, n = 1000)

schloerke/geozoo documentation built on May 29, 2019, 3:40 p.m.