Description Usage Arguments Value Author(s) References See Also Examples
Applies the inverse centred logratio mapping.
1 |
x |
an object of class “clr”, “data.frame” or “matrix” |
useClassInfo |
if the object is of class “clr”, the useClassInfo is used to determine if the class information should be used. If yes, also absolute values may be preserved. |
the resulting compositional data set.
Matthias Templ
Aitchison, J. (1986) The Statistical Analysis of Compositional Data Monographs on Statistics and Applied Probability. Chapman \& Hall Ltd., London (UK). 416p.
cenLR
, addLR
, pivotCoord
,
addLRinv
, pivotCoordInv
1 2 3 4 5 6 | data(expenditures)
eclr <- cenLR(expenditures, 2)
inveclr <- cenLRinv(eclr)
head(expenditures)
head(inveclr)
head(cenLRinv(eclr$x.clr))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.