x: Three dimensional array with the configurations. The first dimension contains the rows of the configurations, the second contains the columns and the third the number of configurations. So x[,,i] is the i-th
configuration
tolerance: Tolerance for the Procrustes algorithm.
maxiter: Maximum number of iterations
Plot: Should the results be plotted?
Details
Generalized Procrustes Analysis for several configurations contained in a three-dimensional array.
Returns
An object of class GenProcustes.This has components: - History: History of Iterations
X: Initial configurations in a three dimensional array
RotatedX: Transformed configurations in a three dimensional array
Scale: Scale factors for each configuration
Rotations: Rotation Matrices in a three dimensional array
rss: Residual Sum of Squares
Fit: Goodness of fit as percent of expained variance