ellipsoid {geozoo} | R Documentation |
A function to generate an ellipsoid.
ellipsoid(n = 10000, a = 1, b = 1, c = 3)
n |
number of points |
a |
radius in x direction |
b |
radius in y direction |
c |
radius in z direction |
points |
location of points |
edges |
edges of the object |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/other/
## Generates an ellipsoid ellipsoid(n = 10000, a = 1, b = 1, c = 3) ## Through rggobi ggobi(ellipsoid(n = 10000, a = 1, b = 1, c = 3))