type of scaling to perform, standard centers with mean, and scales by sd(), robust centers with the median and scales by mad(,constant=1), range maps to [0-1] interval
type
how should normalization be applied. global scales and centers matrix by one value. columnwise and rowwise
normalize each column or row separately.
na.rm
logical value, ignore NA values or not.
Value
The possibly centered and scaled matrix. Scaling and centering quantities are stored as attributes.
Details
Scaling and centering quantities are stored as attributes.