cross.cap {geozoo}R Documentation

Cross Cap

Description

A function to generate a cross cap.

Usage

cross.cap(n = 10000)

Arguments

n number of points used to generate the object.

Value

points location of points
edges edges of the object (null)

Author(s)

Barret Schloerke

References

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

Examples

## Generates a Cross Cap
cross.cap( n = 10000 )

## Through rggobi
ggobi(cross.cap(n = 10000))

[Package geozoo version 0.4 Index]