ellipsoid {geozoo}R Documentation

Ellipsoid

Description

A function to generate an ellipsoid.

Usage

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

Author(s)

Barret Schloerke

References

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

Examples

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

## Through rggobi
ggobi(ellipsoid(n = 10000, a = 1, b = 1, c = 3))

[Package geozoo version 0.4 Index]