conf_adjust: a function to procrustes adjust two matrices
conf_adjust(conf1, conf2, verbose = FALSE, eps = 1e-12, itmax = 100)
a list with 'ref.conf' being the reference configuration, 'other.conf' the adjusted coniguration and 'comparison.conf' the comparison configuration
reference configuration, a numeric matrix
another configuration, a numeric matrix
should adjustment be output; default to FALSE
numerical accuracy
maximum number of iterations