klein.fig.eight {geozoo} | R Documentation |
Figure Eight Klein Bottle
Description
A function to generate a figure eight Klein bottle
Usage
klein.fig.eight(n = 10000, a = 3, b = 1)
Arguments
n |
number of points |
a |
radius of outer radius |
b |
radius of inner radius |
Value
points |
location of points |
edges |
edges of the object (null) |
Author(s)
Barret Schloerke
References
http://schloerke.github.io/geozoo/mobius/other/
Examples
## Generates a figure eight Klein bottle.
klein.fig.eight(n = 1000, a = 3, b = 1)
[Package geozoo version 0.5.1 Index]