geozoo (version 0.5.1)

torus.flat: 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)

References

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

Examples

Run this code
## Generates a Flat Torus
torus.flat(p = 4, n = 1000)

Run the code above in your browser using DataLab