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 |
points |
location of points |
edges |
edges of the object (null) |
Barret Schloerke
http://schloerke.github.io/geozoo/mobius/other/
## Generates a figure eight Klein bottle.
klein.fig.eight(n = 1000, a = 3, b = 1)