center.scale.Rd
Center and scale a dataset.
center.scale(X)
a numeric matrix (or data frame) to center and scaled.
NA
s not allowed.
center.scale
returns a centered and scaled matrix.
data("nutrimouse")
if (FALSE) {
nutrimouse.sc <- center.scale(nutrimouse$gene)
}