array.to.xxyy: Convert (p x k x n) data array into 2D data matrix
Description
Convert a three-dimensional array of landmark coordinates into a two-dimensional matrix
Usage
array.to.xxyy(A)
Value
Function returns a two-dimensional matrix of dimension (n x [p x k]),
where rows represent specimens and columns represent variables.
The p first columns correspond to X coordinates, etc.
Arguments
A
A 3D array (p x k x n) containing landmark coordinates for a set of specimens