roman.surface {geozoo}R Documentation

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)

Author(s)

Barret Schloerke

References

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

Examples

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


[Package geozoo version 0.5.1 Index]