Description Usage Arguments Details
With this function, you can calculate the ratio of one quantity or magnitude relative to another evaluated in percentage.
1 | calculaPerc(valor, observados)
|
valor |
number amount you to know the percentage |
observados |
number relationship to which you want to calculate the percentage, if it is a vector of integers is calculated its average. |
calculaPerc = ((valor)/mean(observados))*100
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.