geozoo (version 0.5.1)

klein.fig.eight: 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)

References

http://schloerke.github.io/geozoo/mobius/other/

Examples

Run this code
## Generates a figure eight Klein bottle.
klein.fig.eight(n = 1000, a = 3, b = 1)

Run the code above in your browser using DataCamp Workspace