R/Utilities.R
cv.Rd
The coefficient of variation, i.e., the standard deviation divided by the mean.
cv(x, na.rm = FALSE)
A numeric object
Logical: If TRUE remove the missing values prior to calculation.