dot | R Documentation |
Compute the dot product between two vectors
dot(vec1, vec2)
vec1 |
A numeric vector |
vec2 |
Another numeric vector |
A numeric
dot(c(0,1), c(1,0))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.