Learn R Programming

SignalY (version 1.1.1)

procrustes_rotation: Procrustes Rotation for Bootstrap Alignment

Description

Rotates matrix B to best match target matrix A using orthogonal Procrustes rotation.

Usage

procrustes_rotation(B, A)

Value

Rotated matrix B.

Arguments

B

Matrix to rotate.

A

Target matrix.