View source: R/FullConditionals.R
| pareto_scale | R Documentation | 
Pareto scaling of a numeric matrix, with or without centering. Observations are scaled by the square-root of their column-wise standard deviations.
pareto_scale(x,
             centering = TRUE)
x | 
 A numeric matrix-like object.  | 
centering | 
 A logical vector indicating whether centering is to be applied (default=  | 
The Pareto scaled version of the matrix x.
Keefe Murphy - <keefe.murphy@mu.ie>
van den Berg, R. A., Hoefsloot, H. C. J, Westerhuis, J. A., Smilde, A. K., and van der Werf, M.J. (2006) Centering, scaling, and transformations: improving the biological information content of metabolomics data. BMC Genomics, 7(142).
dat  <- pareto_scale(olive[,-(1:2)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.