Description Usage Arguments Value
Converts indicated columns to ranked versions of themselves. Takes a numeric matrix and converts any columns indicated by the rank_cols
input to their ranks.
1 |
x_mat |
Numeric matrix (adjust non-numeric columns prior) |
rank_cols |
Names or index of columns to be converted to ranks |
ties_method |
How to break ties in ranks, by default uses "average" (same as the rank function's default). for further options |
x_mat, potentially adjusted for ranks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.