procrust: Procrust analysis

View source: R/procrust.R

procrustR Documentation

Procrust analysis

Description

Do a procrust analysis. X is the target matrix, Y is the matrix we want to fit to the target. This function returns a translation vector and a rotation matrix After the procrust problem you must do the rotation before the translation. Warning : The order of the value on both matrix is important

Usage

procrust(X, Y)

Arguments

X

the target matrix

Y

the matrix we want to fit to the target

Value

A list with the translation vector and the matrix of rotation

Author(s)

Arthur PERE


BIOMASS documentation built on Sept. 29, 2023, 5:09 p.m.