View source: R/robustMatrixTransform.R
| robustMatrixTransform | R Documentation | 
Transform a matrix such that each column has rank-ordered entries where rank #' is determined by the column values.
robustMatrixTransform(mat)
| mat | input matrix | 
matrix is output
Avants BB
mat <- replicate(100, rnorm(20))
rmat <- robustMatrixTransform(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.