pci {precintcon} | R Documentation |
It calculates the Precipitation Concentration Index (PCI) on a daily or monthly precipitation serie.
pci(object)
object |
a daily or monthly precipitation serie. |
A data.frame containing the following variables:
year
is the year.
pci
is the precipitation concentration index.
Lucas Venezian Povoa lucasvenez@gmail.com
pplot.pci
read.data
as.daily
as.monthly
##
# Loading the monthly precipitation serie.
data(monthly)
##
# Performing the Precipitation Concentration Index analysis
pci(monthly)