Description Usage Arguments Value Examples
Division, with the exception that division by zero yields one.
1 | zerosafeDiv(x, y)
|
x |
A number |
y |
A number |
A number
1 2 3 4 | zerosafeDiv(1,0)
[1] 1
zerosafeDiv(1,1)
[1] 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.