Learn R Programming

precintcon (version 2.1)

pci: Precipitation Concentration Index

Description

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:
    • yearis the year.
    • pciis 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