| reverse_table | R Documentation |
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.
reverse_table(mat)
mat |
a table or a matrix. |
None.
Return a reversed table or matrix.