cv {SwathXtend}R Documentation

A function to calculate the CV (Coeffient of Variation)

Usage

cv(v)

Arguments

v

A numeric vector

Value

A numeric vector representing the Coefficient of Variance.

Examples


cv(rnorm(100))

[Package SwathXtend version 2.10.0 Index]