powered by
calculates unsigned angle between two vectors
angle.calc(x, y)
angle between x and y in radians.
numeric vector (or matrix to be interpreted as vector)
numeric vector (or matrix to be interpreted as vector) of same length as x
x
#calculate angle between two centered and # superimposed landmark configuration data(boneData) opa <- rotonto(boneLM[,,1],boneLM[,,2]) angle.calc(opa$X, opa$Y)
Run the code above in your browser using DataLab