Let x be a 1-dimensional array: (a) Create a new variable, xNew, that contains just the deviations from the mean; (b) replace the variable x with the deviations.
xNew = dim_rmvmean_n_Wrap(x,0) ; new variable
x = dim_rmvmean_n_Wrap(x,0) ; overwrite with deviations