cv: A function to calculate the CV (Coeffient of Variation)

Usage Arguments Value Examples

View source: R/fdrFunctions.R

Usage

1
cv(v)

Arguments

v

A numeric vector

Value

A numeric vector representing the Coefficient of Variance.

Examples

1
cv(rnorm(100))

SwathXtend documentation built on Nov. 8, 2020, 6:42 p.m.