dot.Rd
Compute the dot product between two vectors
dot(vec1, vec2)
A numeric vector
Another numeric vector
A numeric
dot(c(0,1), c(1,0)) #> [1] 0