Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find the rank of each of the items in a list
ResourceFunction["Ranking"][list] finds the rank of each of the items in the list list. |
Find the rank of each of the numbers:
In[1]:= |
Out[1]= |
Ranking works with lists whose elements are not numbers:
In[2]:= |
Out[2]= |
Ranking follows the conventions of Sort:
In[3]:= |
Out[3]= |
Color some data by its ranking:
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License