Learn R Programming

precintcon (version 2.3.0)

cv: 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.

Value

the coefficient of variance

Details

A daily precipitation serie is transformed to a monthly serie.

Examples

Run this code
##
# Loading the montly precipitation serie.
data(monthly)

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

Run the code above in your browser using DataLab