View source: R/087_zzz_R_specific_convenience.R
| vdot | R Documentation |
Computes the inner product: sum of element-wise products after flattening. Returns a scalar expression.
vdot(x, y)
x |
An Expression or numeric value. |
y |
An Expression or numeric value. |
A scalar Expression representing sum(x * y).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.