Description Usage Arguments Value Examples
This function is used to expand indices into a grid. Works similar to
expand.grid
.
1 |
indexlist |
indices to be expanded. Either a list with each member representing a dimension, or a vector. |
r |
the dimension of the grid to be created. This is only needed if indexlist is a vector. |
return.array |
a boolean indicating whether an array should be returned or a list. |
a list or an array with the coordinates of the grid.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.