multiply | R Documentation |
Safe multiplication of numeric vectors
multiply(a, b)
a |
First element to be multiplied |
b |
Second element to be multiplied |
A numeric vector
multiply(1, 2) multiply(1:10, rep(2, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.