normalizeMatrix delivers a normalized matrix.
normalizeMatrix( dataMatrix, normMethod, byrow)Matrix with the objects to be normalized.
1 = unity interval, 2 = normal distribution (sample variance), 3 = normal distribution (population variance). Any other value returns the matrix unchanged. Default: meansMatrix = 1 (unity interval).
TRUE = rows are normalized, FALSE = columns are normalized. Default: byrow = TRUE (rows are normalized).
Normalized matrix.