vector.angle: This function calculates angle between two vectors on the...

Description Usage Arguments Value Examples

Description

The return value is in the range [0,pi].

Usage

1

Arguments

a

first vector.

b

second vector.

Value

angle between a and b (in radians).

Examples

1
vector.angle(c(1,2,3),c(4,5,6))

browarsoftware/RMoCap documentation built on May 16, 2019, 7:28 a.m.