cv: cv

View source: R/cv.R

cvR Documentation

cv

Description

Simple helper function calculate coefficient of variation.

Usage

cv(x)

Arguments

x

A numeric vector.

Value

Returns a numeric

Examples

x <- rnorm(50, mean = 0, sd = 1)
cv(x)

CamFreshwater/samSim documentation built on Sept. 25, 2023, 10:22 a.m.