geozoo (version 0.5.1)

roman.surface: Roman Surface

Description

A function to generate a Roman surface, also known as a Steiner surface

Usage

roman.surface(n = 10000, a = 1)

Arguments

n
number of points
a
maximum radius of object

Value

points
location of points
edges
edges of the object (null)

References

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

Examples

Run this code
## Generates a Roman surface.
roman.surface(n = 1000, a = 1)

Run the code above in your browser using DataLab