reverse_table: Reverse a table along its first dimension

Description Usage Arguments Details Value

View source: R/tools.R

Description

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.

Usage

1

Arguments

mat

a table or a matrix.

Details

None.

Value

Return a reversed table or matrix.


functClust documentation built on Dec. 2, 2020, 5:06 p.m.