torus.flat {geozoo} | R Documentation |
Flat Torus
Description
A function to generate a flat torus in any dimension
Usage
torus.flat(p = 4, n = 10000)
Arguments
p |
dimension of object (number of circles x2) |
n |
number of points |
Value
points |
location of points |
edges |
edges of the object (null) |
Author(s)
Barret Schloerke
References
http://schloerke.github.io/geozoo/mobius/torus/
Examples
## Generates a Flat Torus
torus.flat(p = 4, n = 1000)
[Package geozoo version 0.5.1 Index]