powered by
Performs scaling according to a method.
scaling(dataset, method = "auto")
list representing the dataset from a metabolomics experiment.
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 dataset scaled.
# NOT RUN { ## Example of auto scaling data(cassavaPPD) cassava.scal = scaling(cassavaPPD, "auto") # }
Run the code above in your browser using DataLab