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 (null) |
Barret Schloerke
http://schloerke.github.io/geozoo/mobius/other/
## Generates an ellipsoid
ellipsoid(n = 1000, a = 1, b = 1, c = 3)