issq: Calculate ISSQ index of Pita for discarge

Description Usage Arguments Value Author(s) See Also Examples

Description

Calculate ISSQ with discharge anomaly with quantile 50 by month with the length, the drought type and the intensity

Usage

1
issq(monthly_data)

Arguments

monthly_data

[zoo] discharge monthly data in zoo class with date in %Y-%m-%d

Value

List that contains

Author(s)

Florine Garcia (florine.garcia@gmail.com)

Pierre L'Hermite (pierrelhermite@yahoo.fr)

See Also

plot_trend plot the index

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Loading data
data("dailyPrec_bv1")

## Index
result <- issq(dailyPrec)

## Plot index
plot_trend(result$issq, trend = TRUE, data_kind = "Flow",
name = PluvioData$PluvioName, axis_name_x = "Date",
axis_name_y = Monthly flow [mm/month], midvalue = 0)

flogrc/piflow documentation built on May 24, 2019, 7:34 a.m.