calculateRatio | R Documentation |
Log scale ratio calculation
calculateRatio(deno, nume)
deno |
denominator. |
nume |
numerator. |
result of ratio
deno <- log(1) nume <- log(2) #' calculateRatio(deno, nume)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.