View source: R/procrustes.distance.R
procrustes.distance | R Documentation |
Procrustes distance between shapes
procrustes.distance(s1, s2)
s1 |
A 2-D matrix of shape coordinates |
s2 |
A 2-D matrix of shape coordinates |
Returns the Procrustes distance
Dave Angelini david.r.angelini@gmail.com [aut, cre]
procrustes.distance( Bombus.forewings$coords[,,1], Bombus.forewings$coords[,,2] )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.