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)


ANTsX/ANTsR documentation built on March 29, 2025, 6:24 p.m.