roman.surface {geozoo} | R Documentation |
A function to generate a Roman surface, also known as a Steiner surface
roman.surface(n = 10000, a = 1)
n |
number of points |
a |
maximum radius of object |
points |
location of points |
edges |
edges of the object (null) |
Barret Schloerke
http://schloerke.github.io/geozoo/mobius/other/
## Generates a Roman surface.
roman.surface(n = 1000, a = 1)