CV: Calculate Coefficient of Variation (CV)

Description Usage Arguments Value

View source: R/QA_functions.R

Description

Calculates the CV of a numeric vector as the standard deviation over the mean. All NA values are removed from the input vector.

Usage

1
CV(x)

Arguments

x

A numeric vector.

Value

The CV of the non-na values in the x.


kdaily/MEMA documentation built on May 20, 2019, 8:28 a.m.