Description Usage Arguments Value See Also
This function is an inverse function to point()
.
1 2 3 4 5 6 7 8 9 |
m |
A matrix or an array whose element index has to be computed |
point |
The coordinates of the element. For matrix, it should be a vector of two values (row, column). For array, three values have to be provided (row, column, layer). |
An integer value corresponding to the index of the element determined
in point
, if m
was treated as a single-dimensional vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.