a character vector of column names or indices. If "auto", all numeric columns will be transformed. If "all", all columns will be transformed.
par1
a numerical value or vector that for the case scale = "minmax" indicating the maximum value(s) and for the case scale = "zscore" indicating the mean value(s).
par2
a numerical value or vector that for the case scale = "minmax" indicating the maximum value(s) and for the case scale = "zscore" indicating the sd value(s).
na.rm
a logical value indicating whether NA values in x should be stripped before the computation proceeds.