R/GTE.R
scale_data.Rd
Scale data matrix
scale_data( data.x, do.center = T, do.scale = T, row.means = NULL, row.sds = NULL )
Input data matrix.
Whether center the row values. (default TRUE)
Whether scale the row values. (default TRUE)
The provided row means to center. (default NULL)
The provided row standard deviations to scale. (default NULL)