enneper.surface {geozoo}R Documentation

Enneper's Surface

Description

A function to generate Enneper's surface

Usage

enneper.surface(n = 10000, a = 4)

Arguments

n

number of points

a

angle, radians, minimum and maximum. -a < angle < a

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 an Enneper Surface
enneper.surface(n = 1000, a = 4)


[Package geozoo version 0.5.1 Index]