multiply | R Documentation |
This function multiplies two numbers.
multiply(x, y)
x |
A numeric vector. |
y |
A numeric vector. |
A numeric vector representing the product of the input vectors.
# Multiply two numeric vectors
multiply(c(2, 3, 4), c(5, 6, 7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.