Description Usage Arguments Value Examples
Computes the Euclidean inner product
| 1 | InnerProduct(a, b, na.rm)
 | 
| a | a numeric vector | 
| b | another numeric vector | 
| na.rm | logical | 
a real number
| 1 2 3 |  x <- c(1, 2, 3)
 y <- c(3, 0, 1)
 InnerProduct(x, y)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.