R/dotprod.R

Defines functions dotprod

Documented in dotprod

dotprod <-
function( v1,v2 ) as.vector(v1)%*%as.vector(v2)
James-Thorson/movement_tools documentation built on May 7, 2019, 10:19 a.m.