Computation of Symmetric Coordinates
Computes symmetric coordinates for the first two columns of a n
by p
matrix of compositional data.
gx.symm.coords(x)
x |
matrix for which the symmetric coordinates for the first two columns will be computed. |
Z.av |
the |
Based on function pivotCoords
from package robCompositions
ver 2.0.3 by Templ, M., Hron, K. and Filzmoser, P.
Kynclova, P., Hron, K., and Filzmoser, P., 2017. Correlation Between Compositional Parts Based on Symmetric Balances. Mathematical Geosciences, 49:777-796.
## Make test data available data(nockolds) ## Compute and display symmetric coordinates for the first two columns ## of the data gx.symm.coords(as.matrix(nockolds)) ## Clean-up rm(nockolds)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.