Calculates the Riemannian distance between two superimposed landmark configs.
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)
}Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.