Skip to content

Precipitation Concentration Index (PCI)

Lucas Venezian Povoa edited this page Dec 13, 2016 · 6 revisions

Table of Contents

Description

Function pci accepts a daily or monthly precipitation serie and emits the Percent of Normal (PN) index of months, seasons, or decades;

Parameters

object: a daily or monthly precipitation dataset.

Calculation Example

library(precintcon)

precipt <- read.data("/home/precintcon/data.csv", sep = ";", dec = ".", header = T)

pci(precipt)

Plot Example

library(precintcon)

precipt <- read.data("/home/precintcon/data.csv", sep = ";", dec = ".", header = T)

pplot.pci(precipt)