element_wise_division | R Documentation |
Divides two vectors on an element-by-element basis.
element_wise_division(x, y)
x |
a numeric vector x |
y |
a numeric vertor y |
Returns a vector with the computed element-wise division.
## Not run: element_wise_division(x,y) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.