multistationsreport: Report for several stations

View source: R/7multistation.R

multistationsreportR Documentation

Report for several stations

Description

Calculates indices for several stations at once.

Usage

multistationsreport(...,indices = c("meanflow", "Q95", "MAM1", "MAM7",
    "MAM10", "MAM30", "MAM90", "baseflowindex", "recession"),
    recessionmethod = "MRC", recessionseglength = 7, recessionthreshold = 70,
    recessiontrimIRS = 0.1,lflist = NULL)

Arguments

...

Objects of class "lfobj"

indices

A vector of indices to calculate

recessionmethod

See recession

recessionseglength

See recession

recessionthreshold

See recession

recessiontrimIRS

See recession

lflist

Alternative give a list containing low flow objects.

Value

A data.frame containing the calculated indices.

Author(s)

Daniel Koffler and Gregor Laaha

References

Gustard, A. & Demuth, S. (2009) (Eds) Manual on Low-flow Estimation and Prediction. Operational Hydrology Report No. 50, WNO-No. 1029, 136p.

See Also

meanflow, Q95,MAM,BFI,recession

Examples

data(ngaruroro)
multistationsreport(ngaruroro, indices = c("meanflow", "MAM7"))

seventies <- subset(ngaruroro, hyear %in% 1970:1979)
eighties <- subset(ngaruroro, hyear %in% 1980:1989)
nineties <- subset(ngaruroro, hyear %in% 1990:1999)

multistationsreport(seventies, eighties, nineties)

lfstat documentation built on Nov. 10, 2022, 5:42 p.m.