sphere.hollow: Sphere

Description Usage Arguments Value Author(s) References Examples

View source: R/sphere.R

Description

A function to generate a sphere with points on the surface

Usage

1
sphere.hollow(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 sphere with points on the surface
sphere.hollow(p = 3, n = 1000)

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