PowerScale | R Documentation |
Raise a compositional data-set to a given power.
PowerScale(P, scale = 1)
P |
n by m matrix of compositions [p1, ..., pm]_i for i=1,...,n. |
scale |
Power scalar. |
n by m numeric matrix of powered compositions.
Pawlowsky-Glahn, V., Egozcue, J. J., & Tolosana-Delgado, R. (2007). Lecture Notes on Compositional Data Analysis. Retrieved from https://dugi-doc.udg.edu/bitstream/handle/10256/297/CoDa-book.pdf
# NOTE: only intended for internal use and not part of the API
P <- prop.table(matrix(runif(12), 4), margin = 1)
tricolore:::PowerScale(P, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.