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

Author(s)

Barret Schloerke

References

http://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/other/

Examples

## 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))

[Package geozoo version 0.4 Index]