All the individuals (the 3rd dimension of the array) becomes rows, and
columns are (all the) x coordinates and (all the) y coordinates, so that we have
x1, x2, ..., xn, y1, y2, ..., yn columns. Rows and colums are named anyway.
Usage
a2m(a)
Arguments
a
array of (x; y) coordinates.
Value
matrix (see above).
Details
Used in landmarks methods, e.g. for multivariate analysis after a Procrustes alignment.