Learn R Programming

COMBIA (version 1.0.6)

cVCal: This function calculates CV

Description

This function calculates CV

Usage

cVCal(vals)

Arguments

vals

Values

Value

cv of input values

Examples

Run this code
# NOT RUN {
mData <- matrix(1:10, 2,5)
rslt <-  cVCal(mData)
# }

Run the code above in your browser using DataLab