rankIndex: Rank elements within column of a matrix

View source: R/RcppExports.R

rankIndexR Documentation

Rank elements within column of a matrix

Description

This function returns the rank of each element within each column of a matrix. The highest element receives the highest rank.

Usage

rankIndex(sortedIdx)

Arguments

sortedIdx

is the input matrix

Value

a rank matrix


jtilly/matchingR documentation built on Feb. 15, 2023, 3:24 a.m.