percentageOfMaximum | R Documentation |
Percentage of Maximum
percentageOfMaximum(x, na.rm = TRUE)
x |
vector of numeric values |
na.rm |
passed to |
100 * x / max(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.