procrustes {munfold} | R Documentation |
Procrustes Rotation
Description
procrustes
performs procrustes rotation, at the moment only of
unfold
solutions.
Usage
procrustes(x, ...)
## S3 method for class 'unfolding'
procrustes(x, use=attr(x,"procrustes_use"), target, ...)
Arguments
x |
an object the components of which to rotate. |
,
use |
which of the components of |
target |
a matrix to which the rotation criterion should be brought as close as possible. |
... |
further arguments for future methods, currently ignored. |
Value
a copy of x
with components appropriately rotated.
[Package munfold version 0.3.5 Index]