iit( x ,...)
iitInv( z ,... )
ilt
gives the isometric identity transform, i.e. simply the
input stripped of the "rplus" class attribute,
iptInv
gives amounts with class "rplus" with the given iit,
i.e. simply the argument checked to be a valid "rplus" object, and
with this class attribute.iit
is
part of the rplus
framework. Despite its trivial
operation, it is present to achieve maximal analogy between the
aplus
and the rplus
framework.
The data can then be analysed in this transformated space by all classical
multivariate analysis tools. The interpretation of the results is easy
since the relation to the original
variables is preserved. However results may be inconsistent, since the
multivariate analysis tools disregard the positivity condition and the
inner laws of amounts.
The isometric identity transform is a simple identity given by
ilt
, ilr,
rplus
(tmp <- iit(c(1,2,3)))
iitInv(tmp)
iitInv(tmp) - c(1,2,3) # 0
data(Hydrochem)
cdata <- Hydrochem[,6:19]
pairs(iit(cdata))
Run the code above in your browser using DataLab