pci: Precipitation Concentration Index

Description Usage Arguments Value Author(s) See Also Examples

View source: R/pci.r

Description

It calculates the Precipitation Concentration Index (PCI) on a daily or monthly precipitation serie.

Usage

1
pci(object)

Arguments

object

a daily or monthly precipitation serie.

Value

A data.frame containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

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

Examples

1
2
3
4
5
6
7
##
# Loading the monthly precipitation serie.
data(monthly)

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

lucasvenez/precintcon documentation built on May 21, 2019, 8:53 a.m.