Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 358 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 358 Bytes

An R package for computing cosine of velocity vectors (CVV), a measure of synchrony for 3D motion in dyads. The methodology is described in the preprint at https://works.bepress.com/phil_reiss/45/

The current version can be installed by entering the following commands in R:

install.packages("devtools")

library(devtools)

install_github("reissphil/cvv")