Description Usage Arguments Value Examples
Facilitates iterating over matrix, returning a sequence of pairs, where the first element is a value at index (x, y) and the second one is the index (x, y)
1 | seq_matrix(mat)
|
mat |
matrix |
list of two-element list (single value, two-element vector)
1 2 | mat <- matrix(1:9, 3, 3)
seq_matrix(mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.