sort_matrix | R Documentation |
This function can use the sort.list function in R. The reason for using it is that one wants the sort to carry along all columns.
sort_matrix(x, j)
x |
An input matrix with several columns |
j |
The column number with reference to which one wants to sort |
A sorted matrix
set.seed(30)
x=matrix(sample(1:50),ncol=5)
y=sort_matrix(x,3);y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.