ellipsoid: Ellipsoid

Description Usage Arguments Value Author(s) References Examples

Description

A function to generate an ellipsoid

Usage

1
ellipsoid(n = 10000, a = 1, b = 1, c = 3)

Arguments

n

number of points

a

radius in x direction

b

radius in y direction

c

radius in z direction

Value

points

location of points

edges

edges of the object (null)

Author(s)

Barret Schloerke

References

http://schloerke.github.io/geozoo/mobius/other/

Examples

1
2
## Generates an ellipsoid
ellipsoid(n = 1000, a = 1, b = 1, c = 3)

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