powered by
This function returns the ordered partition of a set of numbers in ascending order and reorderd to start at one. This is an auxiliary function.
Reorder(data)
A vector of ordered partition numbers for this data.
vector of partition numbers to reorder.
Reorder(c(1,3,4,4,3,1)) # Expected : 1 2 3 3 2 1
Run the code above in your browser using DataLab