View source: R/linear-spherical-spline.R
dot | R Documentation |
This function computes the dot product of two input vectors u and v.
dot(u, v)
u |
Numeric vector. |
v |
Numeric vector. |
Numeric value representing the dot product of u and v.
dot(c(1,2,3), c(4,5,6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.