divide | R Documentation |
Safe division of numeric vectors
divide(a, b) fraction(a, b)
a |
Numerator |
b |
Denominator |
A numeric vector
divide(1, 2) divide(1:10, rep(2, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.