powered by
Performs scaling according to a method.
scaling_samples(datamat, method = "auto")
data matrix.
string specifying the scaling method. The possible values are:
"auto" auto scaling.
"range" range scaling.
"pareto" pareto scaling.
"tointerval" scaling to an interval.
Returns the data matrix scaled.
# NOT RUN { ## Example of auto scaling data(cassavaPPD) cassava.scal = scaling_samples(cassavaPPD$data, "auto") # }
Run the code above in your browser using DataLab