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