Description Usage Arguments Examples
subtraction(x,y) adds x and 5 and subtracts three times y.
1 | subtraction(x, y)
|
x |
a numeric object. |
y |
a numeric object. Should be of same length as x. |
1 2 3 | x <- c(1, 2, 3)
y <- c(1, 4, 5)
subtraction(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.