pci.seasonal: Seasonal Precipitation Concentration Index

Description Usage Arguments Value Author(s) Examples

View source: R/pci.seasonal.r

Description

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

Usage

1
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

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

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

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