Compute the coefficient of variation (expressed as a percentage). If there is only a single value, sd is NA and cv returns NA if aszero=FALSE (the default). However, if (aszero=TRUE), cv returns 0.
Usage
# S4 method for ANY
cv(x, ..., aszero=FALSE, na.rm = FALSE)