sort_each_col | R Documentation |
Convenience functions to sort the columns of a matrix in an increasing way.
sort_each_col(A)
sort_index_each_col(A)
A |
a matrix of arbitrary dimensions. |
A matrix with the same dimensions as A
such that each
column is sorted increasingly (for sort_each_col
) or contains the
sorting indexes (for sort_index_each_col
).
sort_index_each_col
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.