Description Usage Arguments Details Value
Take a table, then reverse it along is first dimension, that is by moving the first rows as the last ones, and the last rows as the first ones. The function is useful for re-ordering an decreasing table into an increasing table, or the inverse.
1 | reverse_table(mat)
|
mat |
a table or a matrix. |
None.
Return a reversed table or matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.