Transform a vector into a format that will be sorted in descending order.
desc(x)
x | vector to transform |
---|
desc(1:10)#> [1] -1 -2 -3 -4 -5 -6 -7 -8 -9 -10#> [1] -1 -2 -3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 -18 -19 #> [20] -20 -21 -22 -23 -24 -25 -26#> [1] 21915 21550 21185 20819 20454 20089 19724 19358 18993 18628 18263