Description Usage Arguments Value Examples
coor
Transforms a x,y position in a cartesian plane into a position in a 1D array.
1 | coor(i, j, size)
|
i, |
the value of the row. |
j, |
the value of the column. |
size, |
the maximum between row and columns of the matrix. |
an integer value that represents the position in the array.
1 | pos<-coor(1,1,10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.