pProcrustes {Momocs} | R Documentation |
Partial Procrustes alignment between two shapes
Description
Directly borrowed from Claude (2008), and called pPsup
there.
Usage
pProcrustes(coo1, coo2)
Arguments
coo1 |
Configuration matrix to be superimposed onto the centered preshape of coo2. |
coo2 |
Reference configuration matrix. |
Value
a list with components
-
coo1
superimposed centered preshape of coo1 onto the centered preshape of coo2 -
coo2
centered preshape of coo2 -
rotation
rotation matrix -
DP
partial Procrustes distance between coo1 and coo2 -
rho
trigonometric Procrustes distance.
References
Claude, J. (2008). Morphometrics with R. Analysis (p. 316). Springer.
See Also
Other procrustes functions:
fProcrustes()
,
fgProcrustes()
,
fgsProcrustes()
[Package Momocs version 1.4.1 Index]