Learn R Programming

lfstat (version 0.9.4)

seasindex: Seasonality Index

Description

Calculates the seasonality index.

Usage

seasindex(lfobj, Q = 95, na.rm = TRUE)

Arguments

lfobj
An object of class "lfobj"
Q
Which quantile to use (standard = Q95)
na.rm
Should missing values be ignored?

Value

A list describing the arrow

References

Laaha, G. and Bl\"oschl, G. (2006), Seasonality indices for regionalizing low flows. Hydrol. Process., 20

Laaha,G. Process Based Regionalisation of Low Flows, Band 198 von Wiener Mitteilungen, Inst. f\"ur Wasserbau u. Ingenieurhydrologie, Techn. Univ. Wien, 2006, ISBN 3852340896

See Also

seasindex

Examples

Run this code
data(ngaruroro)
#Start of the hydrological year (01/12) is taken as second breakday
seasindex(ngaruroro)

Run the code above in your browser using DataLab