conf_adjust: conf_adjust: a function to procrustes adjust two matrices

View source: R/extras.R

conf_adjustR Documentation

conf_adjust: a function to procrustes adjust two matrices

Description

conf_adjust: a function to procrustes adjust two matrices

Usage

conf_adjust(conf1, conf2, verbose = FALSE, eps = 1e-12, itmax = 100)

Arguments

conf1

reference configuration, a numeric matrix

conf2

another configuration, a numeric matrix

verbose

should adjustment be output; default to FALSE

eps

numerical accuracy

itmax

maximum number of iterations

Value

a list with ref.conf being the reference configuration, other.conf the adjusted coniguration and comparison.conf the comparison configuration


cops documentation built on Jan. 22, 2023, 1:47 a.m.