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 (null)

Author(s)

Barret Schloerke

References

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

Examples

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


[Package geozoo version 0.5.1 Index]