Last data update: 2014.03.03

R: Coefficient of Variance
cvR Documentation

Coefficient of Variance

Description

It calculates the coefficient of variance of a monthly precipitation.

Usage

cv(object)

Arguments

object

is a daily or monthly precipitation serie.

Details

A daily precipitation serie is transformed to a monthly serie.

Value

the coefficient of variance

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

Examples

##
# Loading the montly precipitation serie.
data(monthly)

##
# Calculating the Coefficient of Variance
cv(monthly)

Results