Description Usage Arguments Value Examples
grid.torus()
returns an equally-spaced grid on torus.
1 | grid.torus(grid.size = 100)
|
grid.size |
number of grid for each axis. Default value is 100. |
grid.torus
returns (grid.size) x (grid.size) numeric matrix
which indicates the grid points on torus
1 2 3 4 | ## Not run:
grid.torus()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.