dini.surface {geozoo} | R Documentation |
A function to generate a dini surface.
dini.surface(n = 10000, a = 1, b = 1)
n |
number of points |
a |
outer radius of object |
b |
space between loops |
points |
location of points |
edges |
edges of the object (null) |
Barret Schloerke
http://schloerke.github.io/geozoo/mobius/other/
## Generates a Dini Surface
dini.surface(n = 1000, a = 1, b = 1)