cv: Coefficient of Variance

Description Usage Arguments Details Value Author(s) Examples

Description

It calculates the coefficient of variance of a monthly precipitation.

Usage

1
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

1
2
3
4
5
6
7
##
# Loading the montly precipitation serie.
data(monthly)

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

Example output

Loading required package: ggplot2
Loading required package: scales
[1] 0.8849731

precintcon documentation built on May 2, 2019, 3:07 p.m.