conf_adjust {stops}R 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 to be adjusted, a numeric matrix

verbose

should adjustment be output; default to FALSE

eps

numerical accuracy

itmax

maximum number of iterations

Value

A list of configuration matrices. The 'ref.conf' is the reference configuration, the 'other.conf' is the Procrustes adjusted configuration and the 'comparison.conf' is the one that was adjusted.


[Package stops version 1.0-1 Index]