cv {precintcon} | R Documentation |
It calculates the coefficient of variance of a monthly precipitation.
cv(object)
object |
is a daily or monthly precipitation serie. |
A daily precipitation serie is transformed to a monthly serie.
the coefficient of variance
Lucas Venezian Povoa lucasvenez@gmail.com
##
# Loading the montly precipitation serie.
data(monthly)
##
# Calculating the Coefficient of Variance
cv(monthly)