part used as denominator (default behaviour is to use last part)
numerator
parts to be used as numerator. By default all except the denominator parts are chosen following original order.
References
Aitchison, J. (1986)
The Statistical Analysis of Compositional Data.
Monographs on Statistics and Applied Probability. Chapman & Hall Ltd., London (UK). 416p.
alr_basis(5)
# Third part is used as denominatoralr_basis(5, 3)
# Third part is used as denominator, and# other parts are rearrangedalr_basis(5, 3, c(1,5,2,4))