R/all_generic.R
scale.Rd
Scales an object by (typically) subtracting the mean and dividing by the standard deviation.
scale(x, ...)
The object to be scaled.
Additional arguments for scaling methods.
An object of the same class as x, scaled by the specified method.
x