enneper.surface {geozoo} | R Documentation |
A function to generate Enneper's surface.
enneper.surface(n = 10000, a = 4)
n |
number of points |
a |
angle, radians, minimum and maximum. -a < angle < a |
points |
location of points |
edges |
edges of the object |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/other/
## Generates an Enneper Surface enneper.surface(n = 10000, a = 4) ## Through rggobi ggobi(enneper.surface(n = 10000, a = 4))