CVs {shipunov} | R Documentation |
Coefficients of variation
CVs(sample, na.rm=TRUE)
sample |
Numerical vector |
na.rm |
Remove NAs? |
Coefficients of variation: different variants of the standardized range
Named numerical vector
Alexey Shipunov
sapply(trees, CVs)