View source: R/combineRankings.R
combineRankings | R Documentation |
the least upper bound on a pair of rankings
combineRankings(r1, r2)
r1 , r2 |
numeric vectors |
the most complete (but possibly partial) ranking which is consistent with both r1 and r2. Uses 'ties.method="min"'
combineRankings( c(3,1,2), c(2,1,3) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.