rev_matrix {spNetwork} | R Documentation |
Rervese the elements in a matrix
Description
reverse the order of the elements in a matrix both column and row wise
Usage
rev_matrix(mat)
Arguments
mat |
The matrix to reverse |
Value
A matrix
[Package spNetwork version 0.4.4.6 Index]