ci {precintcon} | R Documentation |
Concentration Index
Description
Calculates the Concentration Index (CI) on a daily precipitation serie.
Usage
ci(..., interval = 1)
Arguments
interval |
the interval in millimeters applied for calculating the concentration index. (Default value: 1) |
... |
a set of daily precipitation series. |
Value
A data.frame containing the following variables:
-
dataset
is the precipitation serie name. -
a
is the constant of the exponential curve defined via the least-squares method. -
b
is the constant of the exponential curve defined via the least-squares method. -
r2
is the determination of coefficient of determination (R2) of the exponential model. -
A
is the area over the exponential curve. -
S
is the are compressed for the exponential curve. -
ci
is the concentration index.
Author(s)
Lucas Venezian Povoa lucasvenez@gmail.com
See Also
pplot.lorenz
read.data
as.daily
Examples
##
# Loading the daily precipitation serie.
data(daily)
##
# Performing the Concentration Index Analysis
ci(daily, interval = 1)
[Package precintcon version 2.3.0 Index]