fgpa2
function.
fgProcrustes(x, tol, verbose, coo)
Out
or Opn
, whether to use $coo
rather than $ldk
rotated
array of superimposed configurations
iterationnumber
number of iterations
Q
convergence criterion
Qi
full list of Q
Qd
difference between succesive Q
interproc.dist
minimal sum of squared norms of pairwise differences between
all shapes in the superimposed sample
mshape
mean shape configuration
cent.size
vector of centroid sizes.
$ldk
slot,
if landmarks have been previousy defined, then (with a message) on the $coo
slot,
but in that case, all shapes must have the same number of coordinates (coo_sample may help).
fProcrustes
,
fgsProcrustes
, pProcrustes
## Not run:
# # on Ldk
# stack(wings)
# fgProcrustes(wings, tol=0.1) %>% stack()
#
# # on Out
# stack(hearts)
# fgProcrustes(hearts) %>% stack()
# ## End(Not run)
Run the code above in your browser using DataLab