alignSets: Aligng datasets with procrustes analyses

Description Usage Arguments Value

Description

Aligng datasets with procrustes analyses

Usage

1
alignSets(set1, set2, dilation = TRUE, translation = TRUE)

Arguments

set1

M x D [matrix] with M samples and D dimensionality reduced data P; the matrix to be transformed.

set2

M x D [matrix] with M samples and D dimensionality reduced data P (with the same sample order as set1); the target matrix.

dilation

[logical] indicating whether set1 should be dilated.

translation

[logical] indicating whether set1 should be translated.

Value

[matrix] that is the Procrustes transformed version of set1.


HannahVMeyer/DrStable documentation built on Jan. 29, 2021, 11:42 a.m.