fProcrustes: Full Procrustes alignment between two shapes

View source: R/core-ldk-procrustes.R

fProcrustesR Documentation

Full Procrustes alignment between two shapes

Description

Directly borrowed from Claude (2008), called there the fPsup function.

Usage

fProcrustes(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

  • scale scale parameter

  • DF full Procrustes distance between coo1 and coo2.

References

Claude, J. (2008). Morphometrics with R. Analysis (p. 316). Springer.

See Also

Other procrustes functions: fgProcrustes(), fgsProcrustes(), pProcrustes()


MomX/Momocs documentation built on Nov. 18, 2023, 10:53 p.m.