Learn R Programming

precintcon (version 2.3.0)

pci: 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.

See Also

pplot.pci read.data as.daily as.monthly

Examples

Run this code
##
# Loading the monthly precipitation serie.
data(monthly)

## 
# Performing the Precipitation Concentration Index analysis
pci(monthly)

Run the code above in your browser using DataLab