gsigetBalStruct {compositions} | R Documentation |
Parses the expressions for the balance functions.
gsi.getBalStruct(descr,names,allowMinus=FALSE,allowOne=FALSE)
descr |
the expression |
names |
character: the in the dataset |
allowMinus |
Wether to allow for - as a synonym for / |
allowOne |
Wether to allow 1 as a variable name resembling
a constant. |
These functions will not be usually called on themselves, but
through their wrappers, mainly balanceBase
.
provides a list of pairs giving the components in the Numerator and the Denominator of the balances.
It is better not to use gsi.* functions directly since they are internal functions of the package. Use their wrappers.
Raimon Tolosana-Delgado, K.Gerald v.d. Boogaart http://www.stat.boogaart.de
Egozcue J.J., V. Pawlowsky-Glahn, G. Mateu-Figueras and
C. Barcel'o-Vidal (2003) Isometric logratio transformations for
compositional data analysis. Mathematical Geology, 35(3)
279-300
ilrBase
,ipt
,ilr
,
http://ima.udg.es/Activitats/CoDaWork03
#gsi.getBalStruct(~A/B/C,c("A","B","C"))