grid.torus | R Documentation |
grid.torus
returns an equally-spaced grid on torus.
grid.torus(d = 2, grid.size = 100)
d |
number for dimension. Default is 2. |
grid.size |
number of grid for each axis. Default value is 100. |
returns (grid.size) x (grid.size) numeric matrix which indicates the grid points on torus.
grid.torus(d = 2, grid.size = 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.