quotient | R Documentation |
Calculate the quotient of two numbers
quotient(dividend, divisor, substitute.value = Inf, warn = TRUE)
dividend |
number to be devided |
divisor |
number by which dividend is to be devided |
substitute.value |
value to be returned if divisor is 0 |
warn |
if TRUE, a warning is given if the divisor is zero |
quotient of dividend and divisor: dividend/divisor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.