torus.flat {geozoo} | R Documentation |
A function to generate a flat torus in any dimension.
torus.flat(p = 4, n = 10000)
p |
dimension of object. (number of circles x2) |
n |
number of points |
Barret Schloerke
http://streaming.stat.iastate.edu/~dicook/geometric-data/mobius/torus/
## Generates a Flat Torus. torus <- torus.flat(p = 4, n = 10000) ## Through rggobi ggobi(torus.flat(p = 6, n = 10000))