RanktoHash: Create Hash Value for Ranking

Description Usage Arguments Value See Also

View source: R/rankdist.R

Description

Sometimes it is handy to deal with rankings as a hash value. RanktoHash returns hash values for ranks. Maximum 52 objects are supported.

Usage

1

Arguments

r

a vector or matrix of rankings. Each row of the matrix represents a ranking. The ranking should be a integer from one to number of objects. No NA is allowed

Value

a vector of character strings representing the hash values.

See Also

HashtoRank for a reverse operation.


rankdist documentation built on July 28, 2019, 1:02 a.m.