klein.fig.eight {geozoo} | R Documentation |
A function to generate a figure eight Klein bottle.
klein.fig.eight(n = 10000, a = 3, b = 1)
n |
number of points |
a |
radius of outer radius |
b |
radius of inner radius |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/other/
## Generates a figure eight Klein bottle. klein.fig.eight(n = 10000, a = 3, b = 1) ## Through rggobi ggobi(klein.fig.eight(n = 10000, a = 3, b = 1))