rigidAlign: Fast Procrustes align of coordinates

Description Usage Arguments Value

View source: R/alignment.r

Description

Fast Procrustes align of coordinates

Usage

1
2
rigidAlign(array, scale = FALSE, use.lm = NULL, deselect = FALSE,
  reference = NULL, reflection = FALSE)

Arguments

array

array of coordinates

scale

logical: request scaling during alignment

use.lm

integer vector: specifies the indices of the points that are to be used in the constrained model

deselect

logical: if TRUE, use.lm references the missing coordinates instead of the present ones.

reference

integer: instead of a GPA, all specimens are aligned to this specific one.

reflection

logical: if TRUE, reflections are allowed to minimzie squared distance.

Value

a list containing

rotated

array containing registered coordinates

mshape

matrix containing meanshape


zarquon42b/RvtkStatismo documentation built on May 4, 2019, 9:09 p.m.