kendalldist {Morpho} | R Documentation |
Calculates the Riemannian distance between two superimposed landmark configs.
Description
Calculates the Riemannian distance between two superimposed landmark configs.
Usage
kendalldist(x, y)
Arguments
x |
Matrix containing landmark coordinates. |
y |
Matrix containing landmark coordinates. |
Value
returns Riemannian distance
Examples
if(require(shapes)) {
OPA <- rotonto(gorf.dat[,,1],gorf.dat[,,2])
kendalldist(OPA$X,OPA$Y)
}
[Package Morpho version 2.12 Index]