robustMatrixTransform: Simple robustMatrixTransform function.

View source: R/robustMatrixTransform.R

robustMatrixTransformR Documentation

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

Author(s)

Avants BB

Examples

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


stnava/ANTsR documentation built on April 16, 2024, 12:17 a.m.