Learn R Programming

ANTsR (version 0.4.0)

robustMatrixTransform: Simple robustMatrixTransform function.

Description

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

Usage

robustMatrixTransform(mat)

Arguments

mat

input matrix

Value

matrix is output

Examples

Run this code
# NOT RUN {
mat<-replicate(100, rnorm(20))
rmat<-robustMatrixTransform( mat )

# }

Run the code above in your browser using DataLab