pci {precintcon} | R Documentation |
Precipitation Concentration Index
Description
It calculates the Precipitation Concentration Index (PCI) on a daily or monthly precipitation serie.
Usage
pci(object)
Arguments
object |
a daily or monthly precipitation serie. |
Value
A data.frame containing the following variables:
-
year
is the year. -
pci
is the precipitation concentration index.
Author(s)
Lucas Venezian Povoa lucasvenez@gmail.com
See Also
pplot.pci
read.data
as.daily
as.monthly
Examples
##
# Loading the monthly precipitation serie.
data(monthly)
##
# Performing the Precipitation Concentration Index analysis
pci(monthly)
[Package precintcon version 2.3.0 Index]