angle.calc | R Documentation |
calculates unsigned angle between two vectors
angle.calc(x, y)
x |
numeric vector (or matrix to be interpreted as vector) |
y |
numeric vector (or matrix to be interpreted as vector) of same
length as |
angle between x and y in radians.
#calculate angle between two centered and
# superimposed landmark configuration
data(boneData)
opa <- rotonto(boneLM[,,1],boneLM[,,2])
angle.calc(opa$X, opa$Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.