Learn R Programming

precintcon (version 2.3.0)

pci.seasonal: 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:
  • year is the year;
  • season is the meteorological season; and
  • pci.seasonal is the seasonal perceptation concentration index.

Examples

Run this code
##
# Loading the daily precipitation serie
data(daily)

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

Run the code above in your browser using DataLab