powered by
Normalize the data so that each row has mean 0 and variance 1.
normalize(x, byrow=TRUE)
An dataframe or matrix after the normalizing.
a data frame or matrix of input data.
whether normalizing by row or by column, default is byrow.
Jun Yan <jyan@stat.uiowa.edu>
filtering.
filtering