ci.per.year: Concentration Index per Year

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ci.per.year.r

Description

Calculates the Concentration Index (CI) per year on a daily precipitation serie.

Usage

1
ci.per.year(object, interval = 1)

Arguments

object

a daily precipitation serie.

interval

the interval in millimeters applied for calculating the concentration index. (Default value: 1)

Value

A data.frame (precintcon.ci) containing the following variables:

Author(s)

Lucas Venezian Povoa lucasvenez@gmail.com

See Also

pplot.lorenz read.data as.daily

Examples

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

##
# Performing the Concentration Index Analysis
ci.per.year(daily, interval = 1)

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