dini.surface {geozoo}R Documentation

Dini Surface

Description

A function to generate a dini surface.

Usage

dini.surface(n = 10000, a = 1, b = 1)

Arguments

n number of points
a outer radius of object
b space between loops

Value

points location of points
edges edges of the object

Author(s)

Barret Schloerke

References

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

Examples

## Generates a Dini surface
dini.surface(n = 10000, a = 1, b = 1)

## Through rggobi
ggobi(dini.surface(n = 10000, a = 1, b = 1))

[Package geozoo version 0.4 Index]