powered by
calculates unsigned angle between two vectors
angle.calc(x, y)
numeric vector (or matrix to be interpreted as vector)
numeric vector (or matrix to be interpreted as vector) of same length as x
x
angle between x and y in radians.
# NOT RUN { #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