procrustes {sgdGMF} | R Documentation |
Procrustes rotation of two configurations
Description
Rotates a configuration to maximum similarity with another configuration
Usage
procrustes(X, Y, scale = TRUE, symmetric = FALSE)
Arguments
X |
target matrix |
Y |
matrix to be rotated |
scale |
allow scaling of axes of Y |
symmetric |
if |
[Package sgdGMF version 1.0.1 Index]