normalizeMatrix: Normalize each column a matrix

Description Usage Arguments Value Author(s) See Also Examples

View source: R/normalizeMatrix.R

Description

Normalize each column a matrix, by normalize_vector

Usage

1
normalizeMatrix(matrixData, withSD = TRUE)

Arguments

matrixData

A matrix of numerical values

withSD

A Boolean indicating if divide by SD when normalizing. Defaults to TRUE

Value

Returns a matrix of same dimensions, with normalized values

Author(s)

Subhrangshu Nandi, PhD Statistics, UW Madison; snandi@wisc.edu or nands31@gmail.com

See Also

normalize_vector

Examples

1
2

snandi/RFunctionsSN documentation built on May 30, 2019, 5:04 a.m.