seasindex: Seasonality Index

Description Usage Arguments Value Author(s) References See Also Examples

Description

Calculates the seasonality index.

Usage

1
2
3
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

theta

Angle in radians

D

Julian Date

r

Length

Author(s)

Daniel Koffler and Gregor Laaha

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

1
2
3
data(ngaruroro)
#Start of the hydrological year (01/12) is taken as second breakday
seasindex(ngaruroro)

Example output

Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: lmom
Loading required package: lattice
$theta
[1] 1.088807

$D
[1] 63.25046

$r
[1] 0.8552488

lfstat documentation built on May 2, 2019, 6:07 p.m.