dot {globe} | R Documentation |
Computes the dot product of two vectors.
dot(a, b)
a , b |
Two vectors of equal length. |
Vectors can be of any length provided they are equal.
A vector of length 1.
Adrian Baddeley and Tom Lawrence
dot(c(2,1),c(-3,4))