sort_within_rows | R Documentation |
Sort a 2 column matrix within rows
sort_within_rows(a_2_col_matrix, decreasing = FALSE)
a_2_col_matrix |
a 2 column numeric matrix |
decreasing |
boolean flag indicating whether to sort in increasing or decreasing order; TRUE implies sort in decreasing order, FALSE implies sort in increasing order |
Returns sorted 2 column matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.