I have exactly the same question as the person who is asking in this link:

https://stackoverflow.com/questions/59780402/in-the-r-package-geomorph-how-do-i-interpret-the-matrix-of-pc-loadings-as-retur

All I know is that the number of rows and columns in this matrix are double the number of landmarks because one of them (either rows or columns) represents the variables, that is, the x- and y- coordinates of the landmarks within the tps format. The main issue with interpreting this matrix would be figuring out how does R arrange the variables. I'm guessing this would be 1x, 1y, 2x, 2y, 3x, 3y,...

Also this does not explain why columns and rows are BOTH double the number of landmarks. I'm (again) guessing that columns are (maybe) representing variables, and rows are (maybe) representing a number of principal components arranged by variation percentage explained, set by default to be the same as variables.

More Jorge W. Moreno-Bernal's questions See All
Similar questions and discussions