View source: R/087_zzz_R_specific_convenience.R
| scalar_product | R Documentation |
Scalar product (alias for vdot)
scalar_product(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.