CVs: Coefficients of variation

View source: R/aaa.r

CVsR 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)

shipunov documentation built on Feb. 16, 2023, 9:05 p.m.

Related to CVs in shipunov...