CVs {shipunov} | R Documentation |
Coefficients of variation
Description
Coefficients of variation
Usage
CVs(sample, na.rm=TRUE)
Arguments
sample |
Numerical vector |
na.rm |
Remove NAs? |
Details
Coefficients of variation: different variants of the standardized range
Value
Named numerical vector
Author(s)
Alexey Shipunov
Examples
sapply(trees, CVs)
[Package shipunov version 1.17.1 Index]