This is really straightforward from `forder`. Ranking types (from `base::rank`): - [x] min - [x] max - [x] first - [x] average - [x] random plus extra... - [x] dense - [x] <strike>runlength</strike> - will have to provide this as another function, not really ranking method. ### na.last = - [x] TRUE - [x] FALSE - [x] NA - [x] "keep" ### order - [x] decreasing order Note that this will/should work on `list` input as well. Not just vectors like `base`. [Here](http://stackoverflow.com/q/25144627/559784) is an Q from SO that could greatly benefit from this.
This is really straightforward from
forder. Ranking types (frombase::rank):plus extra...
runlength- will have to provide this as another function, not really ranking method.na.last =
order
Note that this will/should work on
listinput as well. Not just vectors likebase.Here is an Q from SO that could greatly benefit from this.