standardize.Rd
If both arguments center and scale are FALSE, function will throw an error to ensure user is aware of this potential mistake.
standardize(x, center = TRUE, scale = TRUE)
a vector or 2D array of numeric or integer values
logical if TRUE will center the resulting object
logical if TRUE data will be returned as z-score transform of x.