ds_cvar | R Documentation |
Compute the coefficient of variation
ds_cvar(data, x = NULL)
data |
A numeric vector or |
x |
Column in |
# vector
ds_cvar(mtcars$mpg)
# data.frame
ds_cvar(mtcars, mpg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.