ILDS | R Documentation |
Compute pairwise landmark distances from landmark array
ILDS(A)
A |
k x m x n array of landmarks |
returns a matrix with each row containing the pairwise distances between landmarks
require(Morpho)
data(boneData)
proc <- procSym(boneLM)
### compute ILDS from Procrustes aligned landmarks.
edma <- ILDS(proc$rotated)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.