pci.seasonal {precintcon}R Documentation

Seasonal Precipitation Concentration Index

Description

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

Usage

pci.seasonal(object, hemisthere)

Arguments

object

is a daily or monthly precipitation serie

hemisthere

is the hemisthere, "n" for northern and "s" for south, of the precipitation serie

Value

A data.frame containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

Examples

##
# Loading the daily precipitation serie
data(daily)

##
# Calculating the seasonal perceptation concentration index
pci.seasonal(daily, hemisthere = "s")

[Package precintcon version 2.3.0 Index]