kendalldist | R Documentation |
Calculates the Riemannian distance between two superimposed landmark configs.
kendalldist(x, y)
x |
Matrix containing landmark coordinates. |
y |
Matrix containing landmark coordinates. |
returns Riemannian distance
if(require(shapes)) {
OPA <- rotonto(gorf.dat[,,1],gorf.dat[,,2])
kendalldist(OPA$X,OPA$Y)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.