CLR {easyCODA} | R Documentation |
Computation of centred logratios (CLRs).
CLR(data, weight=TRUE)
data |
A compositional data frame or matrix |
weight |
Logical indicating if varying weights are returned(default: |
The function CLR
computes the set of centred logratios (CLRs).
LR |
The centred logratios (CLRs) |
LR.wt |
The weights assigned to the CLRs |
Michael Greenacre
Aitchison, J. (1986), The Statistical Analysis of Compositional Data, Chapman & Hall. Greenacre, M. (2018), Compositional Data Analysis in Practice, Chapman & Hall / CRC Press.
invCLR
, ALR
, invALR
, LR
, LR.VAR
data(veg) CLR(veg)