Logical, if TRUE, centering is done by substracting the
median from the variables and divide it by the median absolute deviation
(MAD). If FALSE, variables are standardized by substracting the
mean and divide it by the standard deviation (SD).
the
method
The method of standardization. For data.frames, can be "default" (variables are divided by SD or MAD depending on robust) or "2sd" (divided by two times the deviation).