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

Author(s)

Barret Schloerke

References

http://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/other/

Examples

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

## Through rggobi
ggobi(roman.surface(n = 10000, a = 1))

[Package geozoo version 0.4 Index]