Learn R Programming

precintcon (version 2.1)

ci.per.year: Concentration Index per Year

Description

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

Usage

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:
    • yearis the year.
    • ciis the concentration index.

See Also

pplot.lorenz read.data as.daily

Examples

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

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

Run the code above in your browser using DataLab