cv {precintcon} | R 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)
[Package precintcon version 2.3.0 Index]