Transform a matrix such that each column has rank-ordered entries where rank #' is determined by the column values.

robustMatrixTransform(mat)

Arguments

mat

input matrix

Value

matrix is output

Examples

mat<-replicate(100, rnorm(20)) rmat<-robustMatrixTransform( mat )